Can't write with -draw using UTF-8

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Can't write with -draw using UTF-8

Post by naoliv »

Hi!

From http://bugs.debian.org/387747, it seems that it's not possible to draw UTF-8 characters, using convert.
Using the first example from http://www.imagemagick.org/script/convert.php, but just replacing the word "Magick" by "日本語" or "Ελληνικά", for example, the result image just has exclamation marks on it.

Tested with ImageMagick 6.4.8-0 beta.

Also, is it possible to display the meaning of + and -, when using identify -list format, please?

Thank you!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Can't write with -draw using UTF-8

Post by magick »

Have you read http://www.imagemagick.org/Usage/text/? Scroll down to "Unicode or UTF8 Format Text Labels".
Also, is it possible to display the meaning of + and -, when using identify -list format, please?
Minus means the format only supports one image per file whereas the plus means the format supports one or more images per format. For example JPEG and PNG only support one image per file whereas GIF and MIFF can support one to hundred or more images per file.
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Re: Can't write with -draw using UTF-8

Post by naoliv »

magick wrote:Have you read http://www.imagemagick.org/Usage/text/? Scroll down to "Unicode or UTF8 Format Text Labels".
Sorry, didn't know this. Thanks!
magick wrote:
naoliv wrote:Also, is it possible to display the meaning of + and -, when using identify -list format, please?
Minus means the format only supports one image per file whereas the plus means the format supports one or more images per format. For example JPEG and PNG only support one image per file whereas GIF and MIFF can support one to hundred or more images per file.
But is it possible to add this information (or a shorter version of it) on the output of "identify -list format"? (so the user can see what + and - means; maybe also the meaning of r and w (while they are easier to understand))

Thank you again!
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Re: Can't write with -draw using UTF-8

Post by broucaries »

According to rick signification of + - and * are remembered at end of command with newer version
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Can't write with -draw using UTF-8

Post by magick »

The next release of ImageMagick describes the meanings of r, w, and +.
Post Reply