imagelib
ImageBMP
imagelib.unix
val max_dimension : int
type errors = [
| `Bmp_error of string
| ImageUtil.chunk_reader_error
]
module BmpUtils : sig ... end
module FileHeader : sig ... end
module Bitfield : sig ... end
module BitmapMetaData : sig ... end
module ReadBMP : Image.ReadImage
include module type of struct include ReadBMP end
val extensions : string list
val size : ImageUtil.chunk_reader -> int * int
val parsefile : ImageUtil.chunk_reader -> Image.image