Search found 5 matches

by asheenlevrai
2012-10-31T09:48:03-07:00
Forum: Users
Topic: convert command fails
Replies: 8
Views: 13324

Re: convert command fails

doesn't it look like it is a "convert" error?
by asheenlevrai
2012-10-31T09:31:32-07:00
Forum: Users
Topic: convert command fails
Replies: 8
Views: 13324

Re: convert command fails

Thanks, I just installed ghostcript 9.0.6 from here: http://pages.uoregon.edu/koch/ Now when I run a glam2 command, convert works (every .eps file is converted into a .png file). However, at the end, I get this error message: Warning: failed to convert output to HTML! There is a glam2.html file in ...
by asheenlevrai
2012-10-31T07:30:25-07:00
Forum: Users
Topic: convert command fails
Replies: 8
Views: 13324

Re: convert command fails

thank you :)

Code: Select all

         ps<=>eps       "gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=epswrite" "-sOutputFile=%o" "-f%i"
I guess this means I need to install ghostscript... right?
by asheenlevrai
2012-10-31T05:24:34-07:00
Forum: Users
Topic: convert command fails
Replies: 8
Views: 13324

Re: convert command fails

Any idea anyone? Is there anything wrong in my reasoning? I tried to use convert "directly" by running this in the terminal: convert logo_ssc1.eps logo.png it retrieved the same error message: convert: Postscript delegate failed `logo_ssc1.eps': No such file or directory @ error/ps.c/ReadPSImage/832 ...
by asheenlevrai
2012-10-30T07:13:17-07:00
Forum: Users
Topic: convert command fails
Replies: 8
Views: 13324

convert command fails

Hello, I needed to install ImageMagick since I want to use the MEME suite (http://meme.nbcr.net/meme/doc/meme-install.html) and "Glam2" requires the "convert" command to convert .eps files into .png ones. I installed ImageMagick 6.7.8-8 for Mac OS X Mountain Lion With FreeType support. Requires ...