package imagelib

  1. Overview
  2. Docs

Module ImagePNGSource

Sourceval debug : bool ref
Sourceval png_signature : string
Sourcetype chunk = {
  1. chunk_type : string;
  2. chunk_data : string;
}
Sourcetype ihdr_data = {
  1. image_size : int * int;
  2. bit_depth : int;
  3. colour_type : int;
  4. compression_method : int;
  5. filter_method : int;
  6. interlace_method : int;
}
Sourcetype pixel = {
  1. r : int;
  2. g : int;
  3. b : int;
}
Sourcemodule PNG_Zlib : sig ... end
Sourcemodule PNG_CRC : sig ... end
Sourcemodule PngWriter : sig ... end
Sourceval write_png : ImageUtil.chunk_writer -> Image.image -> unit
Sourceval bytes_of_png : Image.image -> bytes
include module type of struct include ReadPNG end
Sourceval extensions : string list
Sourceval size : ImageUtil.chunk_reader -> int * int
OCaml

Innovation. Community. Security.