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
How to annotate a text with emoji watermark on a image
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to annotate a text with emoji watermark on a image
Imagemagick does not support any emojis at the current time, as far as I know.
Re: How to annotate a text with emoji watermark on a image
will works with pango?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to annotate a text with emoji watermark on a image
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.
Re: How to annotate a text with emoji watermark on a image
Code: Select all
convert -background none -size 600x50 -set colorspace sRGB pango:"ππππ€πε°" pango.png
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to annotate a text with emoji watermark on a image
I do not know if Imagick supports PANGO. I do not see it in their docs.