Page 1 of 1

first usage - font errors

Posted: 2018-03-26T21:57:48-07:00
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.

Re: first usage - font errors

Posted: 2018-03-26T22:04:26-07:00
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.

Re: first usage - font errors

Posted: 2018-03-27T05:30:30-07:00
by guthrie
Oops, so sorry - my (silly) error!