Muhammadyusuf96 / emoji-extractor

extracts high-resolution emoji pngs from Apple Color Emoji ttf or ttc files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emoji-extractor

extracts high-resolution emoji pngs from /System/Library/Fonts/Apple Color Emoji.ttf (OS X 10.11) or /System/Library/Fonts/Apple Color Emoji.ttc (macOS 10.12). Also tested for AppleColorEmoji-160px.ttc (for iOS 14+)

usage

Ruby

$ ruby emoji_extractor.rb

$ ls images
20x20  32x32  40x40  48x48  64x64  96x96  160x160

$ file images/160x160/1.png
images/160x160/1.png: PNG image data, 160 x 160, 8-bit/color RGBA, non-interlaced

Python3

$ python emoji_extractor.py

$ ls images
40x40  64x64  96x96  160x160

$ file images/160x160/1.png
images/160x160/1.png: PNG image data, 160 x 160, 8-bit/color RGBA, non-interlaced

About

extracts high-resolution emoji pngs from Apple Color Emoji ttf or ttc files


Languages

Language:Python 58.4%Language:Ruby 41.6%