I have the following command to convert a tif of approximately 20000 x 20000 pixels.
Code: Select all
convert -quality 85 -compress LZW myfile.tif -profile (...path)/sRGB.icm -intent Relative -black-point-compensation -interpolate bilinear -scale 683x700! -strip JPG:~/test.jpg
Available resources reported from identify -list resource is as follows:
Code: Select all
File Area Memory Map Disk
------------------------------------------------
768 12.033gb 9.0251gb 24.067gb 16eb
Can you suggest any reasons why this happens and how it can be avoided (workarounds). Upgrading ImageMagick at this point is not an option, I will appreciate any suggestions to handle the problem with the imagemagick version provided.
This is a Linux installation of ImageMagick. If more info is necessary regarding how it is compiled or what it has available I will try to provide it, but please tell me what commands to execute in order to obtain the info.
I will try to acquire permission to attach the image to the thread
I apologize if this question was answered somewhere else, if so, I haven't been able to find it.
Thanks in advance!
Best Regards,
V. Svetoslavov