Your message dated Wed, 16 Apr 2008 19:43:30 -0300
with message-id <[EMAIL PROTECTED]>
and subject line Closing 344801
has caused the Debian Bug report #344801,
regarding imagemagick: convert -draw text  fails if the text starts with a digit
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
344801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344801
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: imagemagick
Version: 6:6.2.4.5-0.2
Severity: normal



This silently fails (in that it does not draw any text on the image,
even though it produces bar.jpg):

 convert -gravity southwest -font helvetica -undercolor yellow -fill black 
-pointsize 24 -draw 'text 1,1 334sadadsafjlajfajslfdjalsjfd' foo.jpg bar.jpg

While this works as expected:

 convert -gravity southwest -font helvetica -undercolor yellow -fill black 
-pointsize 24 -draw 'text 1,1 x334sadadsafjlajfajslfdjalsjfd' foo.jpg bar.jpg
 

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages imagemagick depends on:
ii  libbz2-1.0               1.0.2-11        high-quality block-sorting file co
ii  libc6                    2.3.5-8         GNU C Library: Shared libraries an
ii  libdps1                  6.8.2.dfsg.1-11 Display PostScript (DPS) client li
ii  libfreetype6             2.1.7-2.4       FreeType 2 font engine, shared lib
ii  libice6                  6.8.2.dfsg.1-11 Inter-Client Exchange library
ii  libjasper-1.701-1        1.701.0-2       The JasPer JPEG-2000 runtime libra
ii  libjpeg62                6b-10           The Independent JPEG Group's JPEG 
ii  liblcms1                 1.13-1          Color management library
ii  libmagick9               6:6.2.4.5-0.2   Image manipulation library
ii  libpng12-0               1.2.8rel-5      PNG library - runtime
ii  libsm6                   6.8.2.dfsg.1-11 X Window System Session Management
ii  libtiff4                 3.7.4-1         Tag Image File Format (TIFF) libra
ii  libx11-6                 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxext6                 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxml2                  2.6.22-2        GNOME XML library
ii  libxt6                   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  xlibs                    6.8.2.dfsg.1-11 X Window System client libraries m
ii  zlib1g                   1:1.2.3-8       compression library - runtime

imagemagick recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi!

>From http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10894

Instead using

      -draw 'text 1,1 334sadadsafjlajfajslfdjalsjfd'


use

      -draw 'text 1,1 "334sadadsafjlajfajslfdjalsjfd"'

If you have any problems or disagree, please, contact us. Thank you!

Best regards,
Nelson


--- End Message ---

Reply via email to