2010.08.20 08:16 "[Tiff] TIFFWriteScanline works on Windows and Linux but fails on Mac", by Dennis_Mølhom_Hansen

2010.08.23 12:02 "Re: [Tiff] TIFFWriteScanline works on Windows and Linux but fails on Mac", by Juergen Buchmueller

On Mon, 23 Aug 2010 12:18:25 +0200

Dennis Mølhom Hansen <molholm@gmail.com> wrote:

Update: any compression seems to fail on mac, only uncompressed work. Any ideas where to look for a cause/solution?

Perhaps the library was built without support for compression? IIRC you can disable the various schemes and the default may even be to build without compression support. You should take a look at the Makefile for the environment flags to set for supporting LZW compression and possibly others. Or was libtiff autoconf'd? I don't remember. In that case use ./configure --help to see the various options.

HTH
Juergen