RESOLVED: possible bug with label, draw, annotate

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

RESOLVED: possible bug with label, draw, annotate

Post by fmw42 »

RESOLVED: Seems I was not patient enough and it took longer than I anticipated to finish creating the image.

_______________________________


IM 6.5.4-10 Q16 HDRI Mac OSX Tiger

convert -version
Version: ImageMagick 6.5.4-10 2009-08-12 Q16 HDRI http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

Any text drawing or annotation commands seem to hang and never finish.

Example:

convert -background lightblue -fill blue \
-font Candice -pointsize 72 label:Anthony \
label.gif

Similar issues with -draw and -annotate. Tried with other output formats such as .png and same problem.

Can you verify?
Post Reply