Skip to content

Implementation of GIF image format in OCaml

License

Notifications You must be signed in to change notification settings

claudiusFX/ocaml-gif

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

This is my part of a project written in 2008 for Functional Programming course. It is implementation of GIF image format. The whole project was a converter beetwen GIF and BMP, with ability to apply some filters. The filters, color quantization and BMP implementation were not written by me, so I don't include them here.

Licensed under MIT license.

About

Implementation of GIF image format in OCaml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 98.7%
  • Dune 1.3%