Module ImageBMP.BmpUtils

val bind_result : ('a, 'b) Stdlib.result -> ('c -> ('d, 'e) Stdlib.result) -> ('d, 'e) Stdlib.result
val (>>=) : ('a, 'b) Stdlib.result -> ('a -> ('c, 'b) Stdlib.result) -> ('c, 'b) Stdlib.result
val get_bytes_res : ImageUtil.chunk_reader -> int -> (string, [> ImageUtil.chunk_reader_error ]) Stdlib.result
val get_int2_le : ImageUtil.chunk_reader -> (int, [> ImageUtil.chunk_reader_error ]) Stdlib.result
val get_int4_le : ImageUtil.chunk_reader -> (int, [> ImageUtil.chunk_reader_error ]) Stdlib.result
val get_int4_signed_le : ImageUtil.chunk_reader -> (int, [> ImageUtil.chunk_reader_error ]) Stdlib.result
val get_int32 : ImageUtil.chunk_reader -> (Stdlib.Int32.t, [> ImageUtil.chunk_reader_error ]) Stdlib.result