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

Commit e30216b

Browse files
author
Mitch Talmadge
committed
Merge remote-tracking branch 'origin/master'
2 parents 5d8c4ab + d7e9225 commit e30216b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Multiple useful tools to help Android and iOS/OSX developers with creating and m
44
Features:
55
* Extracts Emojis from '.ttf' files used by Android, iOS, and OSX into individual '.png' files.
66
* Takes less than 6 seconds to extract all Emojis! Very quick!
7-
* Extracted Emojis are named by Unicode names (Android: `uniE537.png` iOS/OSX: `uE537.png`)
8-
* Extracted Emojis can automatically be stripped of their prefixes (`uniE537.png` -> `E537.png`)
7+
* Extracted Emojis are named by Unicode names (Android: `unie537.png` iOS/OSX: `uE537.png`)
8+
* Extracted Emojis can automatically be stripped of their prefixes (`unie537.png` -> `E537.png`)
99
* Extracted iOS CgBI (pincrushed) Emojis (which show up black on Windows) can automatically be converted to RGBA.
1010
* Renamer tool which makes renaming Emojis very easy! You can change prefixes, capitalise/lowercase, etc.
11-
* Converts from CgBI (pincrushed) Emojis to RGBA and vice versa. (Planned)
11+
* Converts from CgBI (pincrushed) Emojis to RGBA and vice versa.
12+
* Ability to Re-Package Emojis into NotoColorEmoji.ttf (Android) Emoji Font. (Apple support coming soon!)
1213
* Professional, easy-to-use GUI.
1314

1415
# How to Use:

0 commit comments

Comments
 (0)