Possible bug -annotate IM 6 and 7 OSX Sierra
Posted: 2018-05-21T15:36:23-07:00
.
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).
The errors depending upon version are either:
magick: non-conforming drawing primitive definition `path' @ error/draw.c/DrawImage/3606
or simply
Abort trap: 6
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
magick: non-conforming drawing primitive definition `path' @ error/draw.c/DrawImage/3606
or simply
Abort trap: 6