Module ImageBMPSource

Sourceval max_dimension : int
Sourcetype errors = [
  1. | `Bmp_error of string
  2. | ImageUtil.chunk_reader_error
]
Sourcemodule BmpUtils : sig ... end
Sourcemodule FileHeader : sig ... end
Sourcemodule Bitfield : sig ... end
Sourcemodule BitmapMetaData : sig ... end
include module type of struct include ReadBMP end
Sourceval extensions : string list
Sourceval size : ImageUtil.chunk_reader -> int * int