Genimage.MakeRawImageLow level image creator
module E : Image_intf.ENCODEmodule Encode : Image_intf.ENCODEtype elt = E.tval width : t -> intval height : t -> intval dump : t -> bytesval create_with : int -> int -> bytes -> tval create_with_scanlines : int -> int -> bytes array -> tval create : int -> int -> tval 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 get_scanline_ptr : t -> (int -> (bytes * int) * int) optionval set_scanline : t -> int -> bytes -> unitval destroy : t -> unitval blocks : t -> int * intval dump_block : t -> int -> int -> Bitmap.Block.t