Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have a requirement for manipulation of image(thumbnail generations, rotate etc.). We are trying to setup 'ImageMagick (V 6.8.1.9)' for meeting these requirements. We have installed the following tar files

1) ghostpdl-9.06.tar 2) ImageMagick-6.8.1.9 3) ghostscript-9.05.tgz (delegate for ImageMagick)

On validating the installation using 'identify -version' command, I can see the following output:

Version: ImageMagick 6.8.1-9 2013-01-15 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: OpenMP Delegates: png ps xml zlib

However, when i run some tests to validate this installation, I came across an issue while converting '.eps' file to '.jpg' format. I got the following exception:

convert: no decode delegate for this image format `Facebook.eps' @ error/constitute.c/ReadImage/550.

However, when I create a dummy eps file using the Imagemagick and then try and convert the same to .jpg format, I am able to do it without any issues:

convert logo: logo.eps convert logo.eps logo.jpg

Has anyone faced this issue before?

Regards, Namit

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.