Search found 11064 matches

by magick
2005-04-08T17:30:04-07:00
Forum: Developers
Topic: how to apply imagemagic to other language?
Replies: 7
Views: 67449

We're releasing ImageMagick 6.2.1-2 today with the font patch to support Chinese characters. The command we used is:
  • convert -pointsize 72 -encoding unicode -fill white -font simsun.ttf -size 500x200 xc:black -draw "text +20+100 '测试用的汉字'" chinese.jpg
by magick
2005-04-08T17:21:22-07:00
Forum: PerlMagick
Topic: Dissolve works with cmd-line, but not via PerlMagick???
Replies: 2
Views: 19621

The only solution we can offer is to upgrade your ImageMagick release. We believe Debian has a more recent release of ImageMagick in the unstable branch.
by magick
2005-04-06T17:11:12-07:00
Forum: Developers
Topic: how to apply imagemagic to other language?
Replies: 7
Views: 67449

We have successfully displayed the Chinese characters you posted with the simsum.ttc font file. However, it did require a one line patch. We will have the patch in ImageMagick 6.2.1-2 Beta within a day or two. Thanks for the problem report.
by magick
2005-04-05T17:02:22-07:00
Forum: Developers
Topic: how to apply imagemagic to other language?
Replies: 7
Views: 67449

We could not read simsun.rar with the unrar utilitiy. It got a header error. Try posting it with the more common Gzip or Bzip compression (i.e. .gz or .bz2).
by magick
2005-04-04T20:18:25-07:00
Forum: Developers
Topic: how to apply imagemagic to other language?
Replies: 7
Views: 67449

Your Freetype version should be fine. Give us a chance to test your font with Chinese characters to ensure it works properly. We will get back to you in the next day or two.
by magick
2005-04-04T12:31:26-07:00
Forum: Developers
Topic: how to apply imagemagic to other language?
Replies: 7
Views: 67449

Ok, Windows includes Freetype support. You can verify with identify -list format and it will mention the Freetype delegate library version number for the TTF tag. We are willing to verify whether the Chinese characters you posted will render with ImageMagick just as soon as you make simsun.ttf avail...
by magick
2005-04-03T20:21:15-07:00
Forum: Developers
Topic: how to apply imagemagic to other language?
Replies: 7
Views: 67449

ImageMagick requires the Freetype delegate library. To determine if it is included in your current binary version, type identify -list configure and look for -lfreetype in the LIBS tag. If its not there you need to install it on your system and build ImageMagick from source. When you run the configu...
by magick
2005-03-25T09:50:13-07:00
Forum: Developers
Topic: how to apply imagemagic to other language?
Replies: 7
Views: 67449

To annotate Chinese words you need to UTF-8 encode them before you pass them to the -annotate or -draw options. You must also have a font that supports the characters as well.
by magick
2005-02-15T21:12:58-07:00
Forum: PerlMagick
Topic: Support for Caption in PerlMagick (or how to wrap text?)
Replies: 5
Views: 52620

Here is one way to write captioned text:

Code: Select all

$image->Write("caption:'PerlMagick has support for a caption');
Use the Set() method to set the font and size (e.g. 100x).
by magick
2005-02-11T13:04:51-07:00
Forum: Users
Topic: Help with Visual C++ with ImageMagick:
Replies: 3
Views: 19578

Do you have all the service packs applied to your compiler? I thinks its up to service pack 5 or 6 by now.
by magick
2005-02-10T13:11:52-07:00
Forum: Users
Topic: Help with Visual C++ with ImageMagick:
Replies: 3
Views: 19578

Looks like a C++ name mangler problem. The only way to fix would be to compile the ImageMagick source distribution yourself since the binaries we provide were compiled with Visual Studio .NET.
by magick
2005-02-10T10:47:31-07:00
Forum: Users
Topic: Help with Visual C++ with ImageMagick:
Replies: 3
Views: 19578

To get started with a Magick++ project, go to the c:\Program Files\ImageMagick-6.1.9/Magick++_Demos and fire up one of the demo projects. Build and run the project. Hopefully it will run without complaint and you can then use the project as a template for your own.
by magick
2005-01-20T08:27:17-07:00
Forum: Bugs
Topic: identify output on images with ICC-Profile, rendering-intent
Replies: 0
Views: 18096

You can specify the rendering intent on the command line with -rendering-intent, but no rendering intent is extracted from the profile.
by magick
2004-12-12T10:23:57-07:00
Forum: PerlMagick
Topic: Change profile
Replies: 1
Views: 25630

PerlMagick will perform a color transform if the image has a color profile associated with it and you call $image->Profile() and ImageMagick has LCMS support. If no profile is associated with the image, you must call $image->Profile() twice; once to associate a color profile and again to perform the...
by magick
2004-08-17T09:14:34-07:00
Forum: Developers
Topic: New Functionalities
Replies: 2
Views: 21178

Please send your patches to the developers at yarrow @ imagemagick dot org.