how to apply imagemagic to other language?
ImageMagick requires the Freetype delegate library. To determine if it is included in your current binary version, type
You will of course need a Truetype font and a UTF-8 encoded string. To verify the combination and the UTF-8 encoded string will work properly you can post a URL to the font and the string here and we will verify it will work properly with ImageMagick and Freetype.
- identify -list configure
You will of course need a Truetype font and a UTF-8 encoded string. To verify the combination and the UTF-8 encoded string will work properly you can post a URL to the font and the string here and we will verify it will work properly with ImageMagick and Freetype.
Ok, Windows includes Freetype support. You can verify with
We are willing to verify whether the Chinese characters you posted will render with ImageMagick just as soon as you make simsun.ttf available to us to test.
- identify -list format
We are willing to verify whether the Chinese characters you posted will render with ImageMagick just as soon as you make simsun.ttf available to us to test.
We develop under Linux and the chinese characters can be passed from the command line but under the Windows shell we noticed it could not. We tried it from a chinese.bat script and it produced gibberish. That means you will need a program to convert the chinese characters to unicode/utf-8 before it is passed to the -draw option.