first usage - font errors

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
guthrie
Posts: 2
Joined: 2018-03-26T21:48:12-07:00
Authentication code: 1152

first usage - font errors

Post by guthrie »

in all of the documentation it shows command line invocations of "magick", but the windows program installs as "gm" - ??

Trying to do some displays of .svg files, some work fine, others give a font error:

Code: Select all

gm convert myFile.svg win:
gm convert: Unable to read font (n019003l.pfb) [No such file or directory].
gm convert myFile.svg myFile.jpg
gm convert: Unable to read font (n019003l.pfb) [No such file or directory].
I had used gm for all of these before (long ago... 2015) and it worked fine.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: first usage - font errors

Post by snibgo »

"gm" is "GraphicsMagick", which is not the same as "ImageMagick" (IM). This is an IM forum. It seems you have installed, and are running, GM.
snibgo's IM pages: im.snibgo.com
guthrie
Posts: 2
Joined: 2018-03-26T21:48:12-07:00
Authentication code: 1152

Re: first usage - font errors

Post by guthrie »

Oops, so sorry - my (silly) error!
Post Reply