package imagelib

  1. Overview
  2. Docs
Library implementing parsing of image formats such as PNG, BMP, PPM

Install

dune-project
 Dependency

Authors

Maintainers

Sources

imagelib-20221222.tbz
sha256=050d935711a5a5cead7a6b5e2bce13297a71d0cb47652ca42ff4e328df7118fd
sha512=28dae756945adb1c6a348d5c3e61840af7efb8df16c56bdf09ee4c69231774f169384f822359999ab315cc11634392dc4811ba932479aa1fdb78d25100b6733d

doc/imagelib/ImageXCF/index.html

Module ImageXCFSource

Sourceval xcf_signature : string
Sourcetype xcf_header_data = {
  1. version : int;
  2. image_size : int * int;
  3. colour_type : int;
}
include module type of struct include ReadXCF end
Sourceval extensions : string list
Sourceval size : ImageUtil.chunk_reader -> int * int