I just wondered if my imagemagick is slow or if just the task is too big.
I have an Ubuntu 64bit running on a 8x4Core (yes, 32 Cores!) Xeon Server with 256GByte Ram.
So this machine is top of the range I ever worked with.
I am running :
Code: Select all
convert -version
I have an image with 25.000 x 4000 pixel in cmyk-tifVersion: ImageMagick 6.6.9-7 2012-08-17 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
I have to resize it to 125.000 x 20.000 pixel still in cmyk-tif
Both images a located on a ramdisk, so this is no harddisk speed issue.
I do a standard resize without any options, so it is done with the standard bicubic resize and the result is just what I want.
The new image is around 10GByte of Data, so it is miles away of a swapping problem and in fact the monitoring of the memory usage is just in this area.
But I need more or less two minutes for this resizes command.
Monitoring the CPU usage shows a max usage of 16% in total, so there is space for improvement.
Is the time of two minutes "normal" on a machine like this?
Is there a chance to change the settings for a speed improvement?
Or (this is just 1% of the total work, all other stuff is also done with imagemagick, so this would be ok...)
is there another program which would do this specific job faster?
Thanks for your help!
Roland