AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
June 2002

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2002.06.27 15:38 "tiffcp allocating full image buffers", by Frederic Delhoume
2002.07.02 16:40 "Re: tiffcp allocating full image buffers", by Frank Palmieri
2002.07.02 16:53 "Re: tiffcp allocating full image buffers", by Frederic Delhoume

2002.06.27 15:38 "tiffcp allocating full image buffers", by Frederic Delhoume

Hi,

I want to convert a very large tiff untiled image (21000x21000) to a tiff 
tiled image and have problems because the tiffcp tool allocates the whole 
image. That's more than 1.3 Gigabytes of memory and the TIFFMalloc call 
fails. The code is in cpImage(..)

Has anybody a version that would not allocate all the source image but only 
what is necessary (I guess one tile height * one raster scan line size sould 
be enough) ?

Thank you, 

Frederic.