https://github.com/skyzyx/emoji-extractor
Apple’s latest emoji for macOS. Forked from:
https://github.com/skyzyx/emoji-extractor
emoji
Last synced: 8 months ago
JSON representation
Apple’s latest emoji for macOS. Forked from:
- Host: GitHub
- URL: https://github.com/skyzyx/emoji-extractor
- Owner: skyzyx
- Created: 2019-04-18T02:02:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T20:41:13.000Z (over 1 year ago)
- Last Synced: 2024-12-07T01:46:36.113Z (over 1 year ago)
- Topics: emoji
- Language: Ruby
- Homepage: https://github.com/tmm1/emoji-extractor
- Size: 7.66 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Emoji Extractor
### Give me the PNGs!
See the [Releases](https://github.com/skyzyx/emoji-extractor/releases/latest) and download a zip file with the latest emoji.
### I'm a developer!
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+)
```
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
```