tmm1 / emoji-extractor

extracts high-resolution emoji pngs from /System/Library/Fonts/Apple Color Emoji.ttf
558 stars 88 forks source link

Does not parse all emoji with latest Android 6.0.1 NotoColorEmoji.ttf #8

Open greyski opened 8 years ago

greyski commented 8 years ago

Seems to parse the flags and a few of the emoji just fine, but misses a HUGE portion of the rest. Here's the emoji for reference. Not sure what the error is since it runs without throwing anything. Perhaps a new unicode character is not being parsed correctly? The TTF file is located in this TGZ (zip) of the AOSP fonts here. (Look for NotoColorEmoji.ttf)

Thanks for posting this script though! It's really amazing.

tmm1 commented 8 years ago

The gemoji project also has its own extractor, maybe try that one? On Mon, Dec 14, 2015 at 12:22 PM Grey notifications@github.com wrote:

Seems to parse the flags and a few of the emoji just fine, but misses a HUGE portion of the rest. Here's the emoji for reference http://emojipedia.org/google/. Not sure what the error is since it runs without throwing anything. Perhaps a new unicode character is not being parsed correctly? The TTF file is located in this TGZ (zip) of the AOSP fonts here https://android.googlesource.com/platform/external/noto-fonts/+archive/android-6.0.1_r3/other.tar.gz.

(Look for NotoColorEmoji.ttf)

Thanks for posting this script though! It's really amazing.

— Reply to this email directly or view it on GitHub https://github.com/tmm1/emoji-extractor/issues/8.

greyski commented 8 years ago

I am unable to rewrite their extractor to parse my local font file. Thanks for the suggestion though! I'll continue trying to figure it out.

tremby commented 8 years ago

I found the same issue.

liudanking commented 7 years ago

Has the issue been solved?