Page 1 of 1

Possible bug -annotate IM 6 and 7 OSX Sierra

Posted: 2018-05-21T15:36:23-07:00
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

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

Posted: 2018-05-21T16:43:05-07:00
by magick
Fixed in the next release, available by sometime tomorrow.

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

Posted: 2018-05-21T17:42:52-07:00
by fmw42
Thanks