Very New User

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Very New User

Post by fmw42 »

I am not a windows user, but it looks like you may be missing a delegate library for freetype and/or ghostscript.

type

convert -list configure

or on windows

convert.exe -list configure (I think)

look for the line that starts with DELEGATES. Mine says:

DELEGATES bzlib fontconfig freetype gs jpeg jp2 lcms lqr openexr png tiff x11 xml zlib


See if you have freetype and gs listed. If you do then perhaps your eps file is bad or not where you think it is located. If you do not find them listed, then you need to install some delegate libraries:

see

http://www.imagemagick.org/download/delegates/
Post Reply