Tiffval check_header : string -> Images.headerChecks the file header
val load : string -> Images.load_option list -> Images.tLoads a tiff image.
val save : string -> Images.save_option list -> Images.t -> unitSave a full-color image in tiff format file. Raises Invalid_argument if the image is not a full-color image.
Scanline based I/O functions
val open_in : string -> int * int * float * colormodel * in_handleval read_scanline : in_handle -> bytes -> int -> unitval close_in : in_handle -> unitval open_out : string -> int -> int -> float -> out_handleval write_scanline : out_handle -> bytes -> int -> unitval close_out : out_handle -> unit