AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2013.05.15 02:26 "[Tiff] TIFF conversion error", by tiuser Lassei
2013.05.15 13:37 "Re: [Tiff] TIFF conversion error", by Bob Friesenhahn
2013.05.16 02:20 "Re: [Tiff] TIFF conversion error", by tiuser Lassei
2013.06.11 08:25 "[Tiff] Fwd: Detection of corrupted TIFF files bug", by Christos Charalambous
2013.06.10 09:31 "[Tiff] Detection of corrupted TIFF files bug", by Christos Charalambous
2013.06.10 18:15 "Re: [Tiff] Detection of corrupted TIFF files bug", by Bob Friesenhahn
2013.06.11 10:15 "Re: [Tiff] Fwd: Detection of corrupted TIFF files bug", by Jürgen_Buchmüller

2013.06.11 10:15 "Re: [Tiff] Fwd: Detection of corrupted TIFF files bug", by Jürgen_Buchmüller

Am Dienstag, den 11.06.2013, 11:25 +0300 schrieb Christos Charalambous:

The resolution is about 1280x672. The images that have this resolution more or less are identified as corrupted. I have 3 GB ram on my system. Is it possible that the ReadRGBAImage process is using all my ram?

You could just install an error message handler (callback) for your 'image' instance of Tiff and look at the messages sent by libtiff. Is this C++ you're using? You probably need a static member for which you can obtain a function pointer to pass in to TIFFSetErrorHandler.

I believe that in case of a lack of memory you will see a specific message there.

Jürgen