2010.05.10 09:35 "[Tiff] Increasing the number of files loadable through libtiff", by Simon R. Proud

2010.05.10 14:01 "Re: [Tiff] Increasing the number of files loadable through libtiff", by Olivier Paquet

On Mon, May 10, 2010 at 5:35 AM, Simon R. Proud <Srp@geo.ku.dk> wrote:

Hi all, some time ago I posted a thread about not being able to load large numbers of TIFFs using TiffOpen ( http://www.asmail.be/msg0054686850.html ), for some reason I can't reply to that now. Anyway, I have now hit a similar problem again. I need to open a large number of TIFFs at once (totalling ~18Gb), but only have 16Gb of memory.

What error are you getting exactly? On calling which function? If it's the same as that last thread then your problem is probably not reading the files... that error appears to come from the code used to write files. Did you perhaps not set TIFFTAG_ROWSPERSTRIP to some reasonable value on an output file? Are you still compiling 64-bit?

Olivier