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

Description

Implementation of GIF image format in OCaml.

Tags

image gif bitmap

Published: 04 Aug 2025

README

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:

Dependencies (3)

  1. zarith
  2. dune >= "3.14"
  3. ocaml >= "5.1"

Dev Dependencies (3)

  1. ocamlformat >= "0.27.0" & with-dev-setup
  2. odoc with-doc
  3. ounit2 with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.