package giflib

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.2.tar.gz
sha256=357046130ce4e80f1d32f6b8f0cd292c459e5c060c43a4d9213a415bbb7b7616
sha512=ffb40085ffb8c726a9028c36df66384a7279b610be2e996821ca1262be7a9f30a65f53a84f996a8835caec58024c8ac0af2a465c4d9db063392f6b50d6e474e4

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