package giflib

  1. Overview
  2. Docs
Implementation of GIF image format in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.0.3.tar.gz
sha256=edc109b3e327fa60c0bdc570e61941b4871ef52a57508b489942cb3c57ba499d
sha512=499978fef913287d2933f64956d6cb3bd5a7f69b19e264d38ff0783c20615e64b8cbc6da9108962ea819881c1976cbddd51ed224bbd4b740821e5c94cbfcfc63

doc/README.html

GIFLIB - an OCaml GIF library

An OCaml library that supports reading and writing of GIF files. Differs from most other image libraries in that it exposes the palette based nature of GIF files rather than just working with an array of RGB pixels.

Credits

This library is based on the work by Jan Dudek, and the reworked by Michael Dales to update it to modern OCaml and rework the APIs to be more palette based.

Original README by Jan:

OCaml

Innovation. Community. Security.

On This Page
  1. Credits