convert eats hole memory when reversing multipage tiff
Posted: 2009-04-19T17:13:17-07:00
If I reverse a multi page tiff
than convert eats all of the machines memory (1.6 GB).
scan4a 001.tif is 180 MBs big and has 50 frames, because of the swapping it needs 20 minutes.
With 285 MB it completly fails:
Code: Select all
convert -reverse "scan4a 001.tif" "scan4a 001_rev.tif"
scan4a 001.tif is 180 MBs big and has 50 frames, because of the swapping it needs 20 minutes.
With 285 MB it completly fails:
Code: Select all
convert: Memory allocation failed `scan2a 001.tif' @ tiff.c/ReadTIFFImage/929.
convert: missing an image filename `scan2a 001_rev.tif' @ convert.c/ConvertImageCommand/2775.