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

doc/index.html

GIFlib - A pure OCaml GIF library.

Giflib is a library for reading and writing GIF images written purely in OCaml. It supports both single images and animated GIFs, and provides access to the image both as an RGB bitmap, but also as a paletted bitmap as stored in the file.