|
1 | | -# EmojiTools |
| 1 | +# Emoji Tools |
2 | 2 | Multiple useful tools to help Android and iOS/OSX developers with creating and modifying Emoji Font files. |
3 | 3 |
|
4 | 4 | Features: |
5 | 5 | * Extracts Emojis from '.ttf' files used by Android, iOS, and OSX into individual '.png' files. |
6 | 6 | * Takes less than 6 seconds to extract all Emojis! Very quick! |
7 | 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`) (Planned) |
9 | | - * Extracted iOS CgBI / pincrushed Emojis (which show up black on Windows) can automatically be converted to RGBA. (Planned) |
10 | | -* Converts from CgBI / pincrushed Emojis to RGBA and vice versa. (Planned) |
| 8 | + * Extracted Emojis can automatically be stripped of their prefixes (`uniE537.png` -> `E537.png`) |
| 9 | + * Extracted iOS CgBI (pincrushed) Emojis (which show up black on Windows) can automatically be converted to RGBA. |
| 10 | +* Converts from CgBI (pincrushed) Emojis to RGBA and vice versa. (Planned) |
11 | 11 | * Professional, easy-to-use GUI. |
12 | 12 |
|
13 | 13 | # How to Use: |
14 | | -1. Download one of the precompiled Jars from the [downloads page](https://github.com/MitchTalmadge/EmojiTools/releases), or clone into IntelliJ and create a Jar out of the sources. |
| 14 | +1. Download one of the precompiled Jars from the [downloads page](https://github.com/MitchTalmadge/Emoji-Tools/releases), or clone into IntelliJ and create a Jar out of the sources. |
15 | 15 | 2. Put the jar wherever you'd like. Emojis will be extracted into a new folder which is created in the same directory as the jar file. You can choose the name of this folder using the GUI. By default, it is named `ExtractedEmojis`. |
16 | 16 | 3. Either double-click the jar and follow the instructions on the GUI, or start the jar from the command line using `java -jar EmojiTools.jar yourFileName.ttf`. If the ttf file does not exist, the ttf selection window will be brought up. If it exists, it will automatically start extraction. |
17 | 17 |
|
18 | 18 | # How to Get Help / Make a Suggestion: |
19 | | -* Make a detailed ticket in the [issue tracker](https://github.com/MitchTalmadge/EmojiExtractor/issues). |
| 19 | +* Make a detailed ticket in the [issue tracker](https://github.com/MitchTalmadge/Emoji-Tools/issues). |
20 | 20 | * If it's very important, you can email me (Mitch Talmadge). |
0 commit comments