convert -resize x% hangs on some large TIFF files
Posted: 2012-02-14T17:14:07-07:00
Resizing large TIFF scans with a command like
convert scan.tif -resize 50% scan.png
seems to hang forever in some cases, like with this file:
http://teikningar.s.greenqloud.com/TIFF ... rdi_58.tif
I've given this a whole day before hitting break.
But resizing the same file with a command like
convert -resize x1200\> scan.tif scan.png
works just fine.
This I've both tried on a Ubuntu Linux machine with 4GB RAM and 40GB free on disk in /tmp with
ImageMagick 6.6.0-4 2011-06-15 Q16
and on OS X Lion with 8GB RAM and several hundred GB free on disk with
ImageMagick 6.7.1-1 2011-07-29 Q16
Is this a bug or is there another way to half the size of images?
/Björn
convert scan.tif -resize 50% scan.png
seems to hang forever in some cases, like with this file:
http://teikningar.s.greenqloud.com/TIFF ... rdi_58.tif
I've given this a whole day before hitting break.
But resizing the same file with a command like
convert -resize x1200\> scan.tif scan.png
works just fine.
This I've both tried on a Ubuntu Linux machine with 4GB RAM and 40GB free on disk in /tmp with
ImageMagick 6.6.0-4 2011-06-15 Q16
and on OS X Lion with 8GB RAM and several hundred GB free on disk with
ImageMagick 6.7.1-1 2011-07-29 Q16
Is this a bug or is there another way to half the size of images?
/Björn