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?".
tczf1128
Posts: 28 Joined: 2018-12-04T22:47:49-07:00
Authentication code: 1152
Post
by tczf1128 » 2019-02-11T01:28:22-07:00
add text like this, "
hello".
I add Apple-Color-Emoji.ttf in /usr/share/fonts, but it not works
imagemagick version: 7.0.8-23
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2019-02-11T11:05:48-07:00
Imagemagick does not support any emojis at the current time, as far as I know.
tczf1128
Posts: 28 Joined: 2018-12-04T22:47:49-07:00
Authentication code: 1152
Post
by tczf1128 » 2019-02-12T23:32:27-07:00
will works with pango?
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2019-02-13T01:02:55-07:00
I do not know, but doubt it. Even it possible, with pango, fonts must be included in the system and not just called by Imagemagick.
tczf1128
Posts: 28 Joined: 2018-12-04T22:47:49-07:00
Authentication code: 1152
Post
by tczf1128 » 2019-02-13T01:30:29-07:00
Code: Select all
convert -background none -size 600x50 -set colorspace sRGB pango:"ππππ€πε°" pango.png
It seems work, but I dont know how to do it with imagick api
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2019-02-13T10:39:38-07:00
I do not know if Imagick supports PANGO. I do not see it in their docs.