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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to