Slow image conversion on Windows 2003 server
Posted: 2009-10-19T14:29:54-07:00
Hello,
This is the first time that I've posted to this forum. I am using ImageMagick to convert various file formats back and forth on Windows 2003 Server and it seems to be taking a long time. However, I am very inexperienced with ImageMagick so maybe there is nothing that can be done.
At first I thought it was only EPS files that were taking a long time and I was blaming it on Ghostscript. However I have tested EPS to JPG conversion on that server with Ghostscript directly and it's pretty quick. With Ghostscript I can convert a 25MB EPS file to a JPG in about 1 or 2 seconds. With ImageMagick it takes about 15 seconds for the same file.
Here is my ImageMagick EPS to JPG command:
convert EL1234.eps EL1234.jpg (takes 15 seconds for the 25MB eps file to convert).
However, that's not a problem anymore because I can use ghostscript to speed it up. But, I also have PSD files that I need to convert to JPG and I have JPGs that I need to convert to PSDs.
Here is my PSD to JPG command:
convert EL1234.psd[0] EL1234.jpg (takes about 10 seconds for the 25MB psd to convert. I use the [0] because I believe it only converts the preview.)
I am using ImageMagick 6.5.6-4 and Ghostscript 8.70 pre-compiled for windows.
My question is, should ImageMagick convert these files any faster, or is this normal for files of this size? I have posted my PSD file for download if anyone would be willing to do a time test on it. http://www.miconnex.ca/EL1234.psd
Thanks,
Dave
This is the first time that I've posted to this forum. I am using ImageMagick to convert various file formats back and forth on Windows 2003 Server and it seems to be taking a long time. However, I am very inexperienced with ImageMagick so maybe there is nothing that can be done.
At first I thought it was only EPS files that were taking a long time and I was blaming it on Ghostscript. However I have tested EPS to JPG conversion on that server with Ghostscript directly and it's pretty quick. With Ghostscript I can convert a 25MB EPS file to a JPG in about 1 or 2 seconds. With ImageMagick it takes about 15 seconds for the same file.
Here is my ImageMagick EPS to JPG command:
convert EL1234.eps EL1234.jpg (takes 15 seconds for the 25MB eps file to convert).
However, that's not a problem anymore because I can use ghostscript to speed it up. But, I also have PSD files that I need to convert to JPG and I have JPGs that I need to convert to PSDs.
Here is my PSD to JPG command:
convert EL1234.psd[0] EL1234.jpg (takes about 10 seconds for the 25MB psd to convert. I use the [0] because I believe it only converts the preview.)
I am using ImageMagick 6.5.6-4 and Ghostscript 8.70 pre-compiled for windows.
My question is, should ImageMagick convert these files any faster, or is this normal for files of this size? I have posted my PSD file for download if anyone would be willing to do a time test on it. http://www.miconnex.ca/EL1234.psd
Thanks,
Dave