Page 2 of 3

Re: convert Apple Color Emoji

Posted: 2016-01-06T05:40:54-07:00
by magick
Ok, its on us then to determine why ImageMagick cannot render the font. Stand by...

Re: convert Apple Color Emoji

Posted: 2016-01-08T06:00:30-07:00
by gmaxera
:-( No one got a clue why freetype can view the font and the Imagemagick cannot use it ?

Re: convert Apple Color Emoji

Posted: 2016-01-08T11:17:21-07:00
by fmw42
gmaxera wrote::-( No one got a clue why freetype can view the font and the Imagemagick cannot use it ?

Be patient. Magick will look into this as soon as he can.

Re: convert Apple Color Emoji

Posted: 2016-07-14T07:18:53-07:00
by rien333
Any word on this? :)

Re: convert Apple Color Emoji

Posted: 2016-07-14T18:17:07-07:00
by magick
We made an initial attempt at supporting color Emoji's and could not get it working. We don't have an ETA on when we will add support. In the mean-time, any user is welcome to submit a patch against the current code base to support color Emoji's.

Re: convert Apple Color Emoji

Posted: 2016-07-15T05:28:29-07:00
by gmaxera
I can take a look on how to do it. But, can I have some guidance on what has been tried so far and where to look at in order to narrow down my attempts to solve the problem ?

Re: convert Apple Color Emoji

Posted: 2016-10-08T18:43:02-07:00
by Don
Hello,

I was wondering if there is any update on this? Thank you. :)

Re: convert Apple Color Emoji

Posted: 2017-02-10T10:23:54-07:00
by kyletramirez
Is there any update on when this is happening?

Re: convert Apple Color Emoji

Posted: 2017-02-10T11:05:15-07:00
by fmw42
Freetype does not support Apple emojis to my understanding but does support google color emoji fonts. See https://www.freetype.org/
FreeType 2.5

2013-06-19
FreeType 2.5 has been released. A major new feature is support for color embedded bitmaps (eg. color emoji), contributed by Behdad Esfahbod on behalf of Google.
But see also
https://gist.github.com/jokertarot/7583938

And
http://probablement.net/txt/emojilinux

Re: convert Apple Color Emoji

Posted: 2017-03-04T19:26:23-07:00
by Don
I was wondering before installing anything if installing either https://github.com/eosrei/emojione-color-font or https://github.com/eosrei/twemoji-color-font that is mentioned in http://probablement.net/txt/emojilinux would work with imagemagick in rendering emojis?

Thank you.

Re: convert Apple Color Emoji

Posted: 2017-03-04T19:37:56-07:00
by fmw42
The only way to know for sure is to try with Freetype. According to the Freetype website above it only supports the Google emojis contributed by Behdad Esfahbod. But I have not researched to find those emoji fonts. Imagemagick is limited to whatever Freetype supports, since it uses Freetype as a delegate library for font rendering.

You could also ask on the Freetype web site or a Freetype forum.

Re: convert Apple Color Emoji

Posted: 2017-03-04T19:55:44-07:00
by fmw42

Re: convert Apple Color Emoji

Posted: 2017-03-04T19:58:42-07:00
by Don
fmw42 wrote: 2017-03-04T19:37:56-07:00 The only way to know for sure is to try with Freetype. According to the Freetype website above it only supports the Google emojis contributed by Behdad Esfahbod. But I have not researched to find those emoji fonts. Imagemagick is limited to whatever Freetype supports, since it uses Freetype as a delegate library for font rendering.
Looks like I might be out of luck at the moment since ImageMagick is limited to whatever FreeType supports because on my linux distro, the FreeType version is 2.3 and the FreeType version that supports emojione is FreeType 2.5 and above.

I am not sure why my linux distro is not issuing an update to a more newer version of FreeType via it's software package updater. I could manually install a newer version but I'm not sure how that would go with the installed version that was done with the package updater, which is YUM in my case. Not sure if it can cause any conflicts etc.

Re: convert Apple Color Emoji

Posted: 2017-03-07T17:50:10-07:00
by fmw42
I found this reference, https://github.com/googlei18n/noto-emoji/issues/36, and opened the link in the first message "here" to https://github.com/engen0/notocoloremojibuild2 and downloaded the emoji ttf file and tried to use it, but IM says it does not recognize that font. I did not try modifying any other files.

I have:
freetype @2.7.1_0
fontconfig @2.12.1_1
cairo @1.14.8_0+quartz+x11

Re: convert Apple Color Emoji

Posted: 2017-03-10T14:22:57-07:00
by Don
fmw42 wrote: 2017-03-07T17:50:10-07:00 I found this reference, https://github.com/googlei18n/noto-emoji/issues/36, and opened the link in the first message "here" to https://github.com/engen0/notocoloremojibuild2 and downloaded the emoji ttf file and tried to use it, but IM says it does not recognize that font. I did not try modifying any other files.

I have:
freetype @2.7.1_0
fontconfig @2.12.1_1
cairo @1.14.8_0+quartz+x11
Thanks for trying and confirming your attempt. Was able to get on another system that met the same requirements and IM said the same for me too.

Well.. only so much we can try/do at the moment. Hopefully a solution is in the works. Thanks.