convert: Non-conforming drawing primitive definition `image'

"Adam B" <[email protected]> Sat, 13 Dec 2008 14:18:23 -0800
Newsgroups gmane.comp.video.image-magick.bugs
Message-ID <[email protected]>
Hello all,

A small bug with convert:

   convert some_image.png -draw "image src-over 0,0 0,0 1.png" out.png

Yields this error:

  convert: Non-conforming drawing primitive definition `image'.

The problem being that it cannot handle image names that start with
numbers.  (Chaning 1.png to a1.png prevents the error.)

I'm on Ubuntu Linux with ImageMagick 6.3.7.

Thanks for all the hard work!
- Adam