How imagemagick support unicode character

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tczf1128
Posts: 28
Joined: 2018-12-04T22:47:49-07:00
Authentication code: 1152

How imagemagick support unicode character

Post by tczf1128 »

like (๑S . Y๑) and (⁎⁍̴̛ᴗ⁍̴̛⁎)

IM version 7
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How imagemagick support unicode character

Post by snibgo »

What is your question?
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How imagemagick support unicode character

Post by fmw42 »

See https://imagemagick.org/Usage/text/#unicode. Put your text into a UTF-8 compatible text file. Load the text file with the @textfile.txt notation as described in that link.
Post Reply