Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmm1/emoji-extractor
extracts high-resolution emoji pngs from /System/Library/Fonts/Apple Color Emoji.ttf
https://github.com/tmm1/emoji-extractor
Last synced: 2 days ago
JSON representation
extracts high-resolution emoji pngs from /System/Library/Fonts/Apple Color Emoji.ttf
- Host: GitHub
- URL: https://github.com/tmm1/emoji-extractor
- Owner: tmm1
- Created: 2012-11-08T21:39:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T23:22:23.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T16:04:45.292Z (3 months ago)
- Language: Ruby
- Size: 197 MB
- Stars: 557
- Watchers: 19
- Forks: 89
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-typography - emoji-extractor - Extracts high-resolution emoji pngs from Apple Color Emoji.ttf. (Ruby)
README
## 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)
### usage
```
$ 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
```