[Haskell-cafe] tiff reader or libtiff bindings

Henning Thielemann lemming at henning-thielemann.de
Fri Apr 27 12:52:12 EDT 2007


On Sun, 22 Apr 2007, Andreas Voellmy wrote:

> Does anyone know of a haskell library to read (and write) tiff files? Or has
> someone written a binding to libtiff?

I added old stuff by Jan Skibinski to
  http://www.haskell.org/haskellwiki/Libraries_and_tools/Graphics#Graphics_file_formats
 which concerns JPEG, PNG, and PDF, if this helps.

If you want to start writing your own TIFF reader, you might find the
following simple IFF reader and writer useful:
 http://www.haskell.org/haskellwiki/Libraries_and_tools/Operating_system#File_utilities


More information about the Haskell-Cafe mailing list