Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Talmadge committed Jul 27, 2015
2 parents 5d8c4ab + d7e9225 commit e30216b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Multiple useful tools to help Android and iOS/OSX developers with creating and m
Features:
* Extracts Emojis from '.ttf' files used by Android, iOS, and OSX into individual '.png' files.
* Takes less than 6 seconds to extract all Emojis! Very quick!
* Extracted Emojis are named by Unicode names (Android: `uniE537.png` iOS/OSX: `uE537.png`)
* Extracted Emojis can automatically be stripped of their prefixes (`uniE537.png` -> `E537.png`)
* Extracted Emojis are named by Unicode names (Android: `unie537.png` iOS/OSX: `uE537.png`)
* Extracted Emojis can automatically be stripped of their prefixes (`unie537.png` -> `E537.png`)
* Extracted iOS CgBI (pincrushed) Emojis (which show up black on Windows) can automatically be converted to RGBA.
* Renamer tool which makes renaming Emojis very easy! You can change prefixes, capitalise/lowercase, etc.
* Converts from CgBI (pincrushed) Emojis to RGBA and vice versa. (Planned)
* Converts from CgBI (pincrushed) Emojis to RGBA and vice versa.
* Ability to Re-Package Emojis into NotoColorEmoji.ttf (Android) Emoji Font. (Apple support coming soon!)
* Professional, easy-to-use GUI.

# How to Use:
Expand Down

0 comments on commit e30216b

Please sign in to comment.