Possible bug -annotate IM 6 and 7 OSX Sierra

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

Possible bug -annotate IM 6 and 7 OSX Sierra

Post by fmw42 »

.
The following command gives errors of two types depending upon version. It works in IM 7.0.7.28, but fails afterwards up to and including IM 7.0.7.34 and IM 6.9.9.46. (not sure how far back in IM 6 it goes).

Code: Select all

magick -size 600x200 xc:none -font Impact -pointsize 50 -fill white -stroke black -strokewidth 1 -gravity south -annotate +0+0 "one two" caption.png
The errors depending upon version are either:

magick: non-conforming drawing primitive definition `path' @ error/draw.c/DrawImage/3606

or simply

Abort trap: 6
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Possible bug -annotate IM 6 and 7 OSX Sierra

Post by magick »

Fixed in the next release, available by sometime tomorrow.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Possible bug -annotate IM 6 and 7 OSX Sierra

Post by fmw42 »

Thanks
Post Reply