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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Talmadge committed Jun 15, 2015
1 parent a4b3cab commit 7bad443
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Extracts Emojis from '.ttf' files used by Android, iOS, etc. into individual '.p
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, named `ExtractedEmojis`.
3. Either double-click the jar and follow the instructions on the GUI, or start the jar from the command line using `java -jar EmojiExtractor.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.

## Important Note:
At the time of writing, Apple (OS X / iOS) Emojis will be extracted very quickly and the resulting PNG files will be named by the Unicode name of the Emoji (for example, `uE537.png`). Android Emojis take longer to extract and will be named sequentially. (for example, `1.png`, `2.png`, etc.).

This is due to a lack of support for Android Emojis. Android Emojis will gain speed improvements and Unicode names in a future release.

#How to Get Help / Make a Suggestion:
* Make a detailed ticket in the [issue tracker](https://github.com/MitchTalmadge/EmojiExtractor/issues).
* If it's very important, you can email me (Mitch Talmadge).

0 comments on commit 7bad443

Please sign in to comment.