Package: imagemagick Version: 6:6.0.6.2-2.7 Severity: normal
The parsing of "convert -draw" commands is a bit broken. One example is bug #344801. But the bug affects "convert -draw" much more generally. For example, let's make a nice circle: $ touch 1.gif $ convert -size 200x200 -fill blue -draw 'circle 50,50 0,50' 1.gif 1.gif Now, we want two circles: $ convert -draw 'image Over 100,100 200,200 1.gif' 1.gif 2.gif convert: Non-conforming drawing primitive definition `image'. This is a bug! There is a workaround: try a different filename. $ cp 1.gif a.gif $ convert -draw 'image Over 100,100 200,200 a.gif' a.gif 2.gif -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.27-3-686 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages imagemagick depends on: ii libmagick6 6:6.0.6.2-2.7 Image manipulation library -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

