I am still working on my large image projekt.
The last bug appears with an cmyk - tiff image with (731 Mbyte).
I have to resize it to 76591x48633 still cmyk tiff (8.7 GB)
with the command
Code: Select all
convert -resize 76591 img1.tif img2.tif
The resize prozess takes about 5 minutes using only 4 of my 32 cpu-cores.
The command terminates normal without any messages.
This resized image has the rigth dimensions but contains only the first some% of the picture (the first 1000 - 2000 lines).
When I try to convert it to a small image (just do look at it) with convert -resize 100 img2.tif img3.jpg
I get the following message:
So I guess it is something with the LZW or the tiff itself.convert: LZWDecode: Wrong length of decoded string: data probably corrupted at scanline 1657. `img2.tif' @ error/tiff.c/TIFFErrors/496.
Greetings
Roland