Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```