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?".
-
magick
- Site Admin
- Posts: 10775
- Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2005-06-07T19:38:35-07:00
Type
to list all the fonts ImageMagick knows about.
-
riegel
- Posts: 26
- Joined: 2003-08-19T12:36:46-07:00
- Location: Rocky Mount, NC 27804
-
Contact:
Post
by riegel » 2005-06-11T13:44:53-07:00
I keep getting this error when trying identify -list type
identify: UnableToOpenConfigureFile.
Any help would be appreciated.
-
riegel
- Posts: 26
- Joined: 2003-08-19T12:36:46-07:00
- Location: Rocky Mount, NC 27804
-
Contact:
Post
by riegel » 2005-06-11T13:55:54-07:00
magick wrote:
Type
to list all the fonts ImageMagick knows about.
I keep getting an error.
identify: UnableToOpenConfigureFile.
Any help on that would be appreciated.
Once I find out what fonts are known how do I add additional fonts?
Thanks
-
magick
- Site Admin
- Posts: 10775
- Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2005-06-11T13:57:37-07:00
Type
- identify -debug all -list type
It will tell you where its looking for its configuration files. Chances are they are not installed in any well-known locations. See
http://magick.imagemagick.org/script/resources.php for a list of configuration files and where you can place them to keep ImageMagick happy.