Convert fails without error when cropping very big images even when it has plenty of memory
Posted: 2018-04-12T16:24:18-07:00
Hi everyone,
I'm using IM's convert to crop really big images (~13Gb). It works most of the time. However, it fails on some images and exits without any error. It only saves the first row of tiles and quits and I can't figure out what's wrong.
The image in question is TIFF64 85459x74581 85459x74581+0+0 8-bit TrueColor sRGB 13.408GB.
I'm using the following command line: convert -debug all -crop 17x20@ +repage +adjoin 000000_-85480_000000.tif tile_%04d.tif.
IM is running on Linux in a cluster. I'm setting the memory limit to 64Gb. When I check the debug logs, I don't see any error and it really only tries to save only the first row of images. The full log file is here: https://www.dropbox.com/s/udeedfoas36lh ... g.txt?dl=0
Would anybody have a advice on how to fix this?
Thanks!
I'm using IM's convert to crop really big images (~13Gb). It works most of the time. However, it fails on some images and exits without any error. It only saves the first row of tiles and quits and I can't figure out what's wrong.
The image in question is TIFF64 85459x74581 85459x74581+0+0 8-bit TrueColor sRGB 13.408GB.
I'm using the following command line: convert -debug all -crop 17x20@ +repage +adjoin 000000_-85480_000000.tif tile_%04d.tif.
IM is running on Linux in a cluster. I'm setting the memory limit to 64Gb. When I check the debug logs, I don't see any error and it really only tries to save only the first row of images. The full log file is here: https://www.dropbox.com/s/udeedfoas36lh ... g.txt?dl=0
Would anybody have a advice on how to fix this?
Thanks!