Page 1 of 1

Imagemagick fails with the font "Pharmacy"

Posted: 2012-12-21T10:29:15-07:00
by badabou
Hello,

I have a problem with Imagemagick and use the font "Pharmacy" on a LInux server (Debian 6).

When I want to write a text with the "+" character, imagemagick fails to create the image.

Here is the command :

Code: Select all

convert -background none -fill "#000000" -gravity Center -font pharmacy.ttf -size 600x600 caption:"+" result.png
And font : http://www.2shared.com/file/921_hdwX/Pharmacy.html

Thank you
Version: ImageMagick 6.5.9-3 2012-11-09 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features:

Re: Imagemagick fails with the font "Pharmacy"

Posted: 2012-12-21T11:03:41-07:00
by fmw42
I tried it and it shows "Harold Loehner Designs". So I suspect there is no + glyph in that font. It works fine for other characters. I do not think this is an IM problem.