Cannot convert .ai .pdf or .eps to .jpg
Posted: 2008-05-14T07:48:28-07:00
I currently upgraded ImageMagick to 6.4.1 via a build. Everything seemed to build fine. In fact, everything works fine on our dev server although it is using a different operation system-Fedora Core 5. Files .ai and .pdf do not convert whatsoever although .eps files convert but have live small black boxes all over the picture. All other formats convert fine- .png, .tiff, .gif and .bmp. Here is the output of the identify commands on the files that do not work:
Here is the system info:
-CentOS Enterprise 4.6 i686 on standard
What do I do?
Thank you,
Shawn
Code: Select all
root@ds37 [~]# identify test.ai
sh: gs: command not found
identify: Postscript delegate failed `test.ai': No such file or directory.
root@ds37 [~]# identify test.pdf
sh: gs: command not found
identify: Postscript delegate failed `test.pdf': No such file or directory.
root@ds37 [~]# identify test.eps
sh: gs: command not found
sh: gs: command not found
test.eps EPT 792x608 792x608+0+0 8-bit PseudoClass 256c 942.646kb
identify: Postscript delegate failed `/tmp/magick-XX3dU1nf': No such file or directory.
identify: test.eps: invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectory'.
root@ds37 [~]# identify test.jpg
test.jpg JPEG 182x130 182x130+0+0 8-bit DirectClass 8.48633kb
Code: Select all
root@ds37 [~]# arch
i686
root@ds37 [~]# uname -a
Linux 2.6.9-42.0.10.ELsmp #1 SMP Tue Feb 27 10:11:19 EST 2007 i686 i686 i386 GNU/Linux
What do I do?
Thank you,
Shawn