Index8Indexed 8 bit depth image format
val to_rgba32 : ?failsafe:Color.rgba -> t -> Rgba32.tGeneric functions
Please read the comments of IMAGEINDEXED in genimage.mli
val dump : t -> bytesval unsafe_access : t -> int -> int -> bytes * intval get_strip : t -> int -> int -> int -> bytesval set_strip : t -> int -> int -> int -> bytes -> unitval get_scanline : t -> int -> bytesval set_scanline : t -> int -> bytes -> unitval destroy : t -> unitval blocks : t -> int * intval dump_block : t -> int -> int -> Bitmap.Block.tval create : int -> int -> t