-draw image fails if image filename begins with a digit
Glenn Randers-Pehrson <[email protected]> Wed, 23 Jul 2003 12:34:16 -0400
| Newsgroups | gmane.comp.video.image-magick.bugs,gmane.comp.video.graphicsmagick.bugs |
|---|---|
| Message-ID | <[email protected]> |
convert in.png -draw 'image over 100,100 0,0 100.png' out.png fails with an error message about invalid primitive. It turns out to be due to the image filename beginning with a digit. The bug is exhibited by both ImageMagick and GraphicsMagick. Glenn