package imagelib

  1. Overview
  2. Docs

Module ImageBMP.BitfieldSource

Sourcetype t = {
  1. shift : int;
  2. len : int;
  3. mask : Int32.t;
}
Sourceval of_mask : Int32.t -> (t, [> errors ]) result
Sourceval of_mask_exn : Int32.t -> t
Sourceval convert_3_to_8_bit : int array
Sourceval convert_4_to_8_bit : int array
Sourceval convert_5_to_8_bit : int array
Sourceval convert_6_to_8_bit : int array
Sourceval color_of_pixel : t -> int32 -> int
Sourceval empty : t