package giflib

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.1.0.tar.gz
sha256=75412ad774674fbfff0c6ca8b88db17ba69cc7e4a62de44fb89a9fe651a4635e
sha512=f79cd366642897e89f63027d7f0f410777f8396a21205bd53d066b4032adc3cf3d2e3a5151edb73944c0620cde798198dc1ed0d563744560df6c74d8f2ae6714

Description

Implementation of GIF image format in OCaml.

Tags

image gif bitmap

Published: 11 Sep 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.18"
  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 (1)

  1. claudius

Conflicts

None