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?".
DreamFlasher
Posts: 3 Joined: 2016-02-11T15:55:08-07:00
Authentication code: 1151
Post
by DreamFlasher » 2016-02-12T03:22:37-07:00
Version: ImageMagick 6.9.3-3 Q16 x64 2016-02-06
Code: Select all
"C:\Program Files\ImageMagick\convert.exe" -density 300 -bordercolor white -border 36x36 -background white -font Helvetica-Bold -pointsize 15 -size 525x750 -fill black caption:"A quadratic equation" equation.png
Result:
What do I need to do to see a full A and a full e? Thank you!
ImageMagick version: Latest, platform: Windows, API: Command line
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2016-02-12T05:15:46-07:00
We can reproduce the problem you posted and have a patch in ImageMagick 6.9.3-4 Beta available by sometime tomorrow. Thanks.