How to speed up to load enlarge TIFF File
Posted: 2011-01-16T22:52:49-07:00
Dear Master,
I had 4 TIFF files (C,M,Y,K) (1-bit TIFF, 63307x52914 pixels, 2400 DPI) that I want to resample each file to 300 DPI and then compose 4 channels file to a file.
I using convert command with -monitor option to monitor image processing status.
./convert -monitor -resample 300x300 Imput.TIF Output.jpg
Load/Image --> spent 3 mins
Resize/Image --> over 10 mins
The output file Can't finished.
How to improve this processing, If I want to develop with MagickCore which methods is appropriate to me.
My hardware profile :
4G Ram, 2.93GHz Intel Core 2Duo, Snow Leopard 10.6.5
Does ImageMagick have any plan to release a book about programming in ImageMagick (C language)
Thank you so much.
I had 4 TIFF files (C,M,Y,K) (1-bit TIFF, 63307x52914 pixels, 2400 DPI) that I want to resample each file to 300 DPI and then compose 4 channels file to a file.
I using convert command with -monitor option to monitor image processing status.
./convert -monitor -resample 300x300 Imput.TIF Output.jpg
Load/Image --> spent 3 mins
Resize/Image --> over 10 mins
The output file Can't finished.
How to improve this processing, If I want to develop with MagickCore which methods is appropriate to me.
My hardware profile :
4G Ram, 2.93GHz Intel Core 2Duo, Snow Leopard 10.6.5
Does ImageMagick have any plan to release a book about programming in ImageMagick (C language)
Thank you so much.