Win32 : convert.exe exists without error on very large tiff
Posted: 2007-03-26T03:52:13-07:00
Hi all !
I am trying to tile a very large TIFF file with convert.
The image is non-compressed TIFF file of ~9GB (67000x45000 pixels) generated by ghostscript.
My command is :
The program returns instantly with no error, but no image has been created.
I tried to remove the "-compress lzw" and the "-limit memory 1400", but it did not help.
Is there some kind of file size or image dimension limitation ?
I forgot to mention : ImageMagick 6.3.1 Q8
Thanks a lot for your help !
I am trying to tile a very large TIFF file with convert.
The image is non-compressed TIFF file of ~9GB (67000x45000 pixels) generated by ghostscript.
My command is :
Code: Select all
convert.exe -compress lzw -limit memory 1400 -crop 1000x1000 largetiff.tif largetiff-%d.tif
I tried to remove the "-compress lzw" and the "-limit memory 1400", but it did not help.
Is there some kind of file size or image dimension limitation ?
I forgot to mention : ImageMagick 6.3.1 Q8
Thanks a lot for your help !