All Projects → MitchTalmadge → Emoji-Tools

MitchTalmadge / Emoji-Tools

Licence: GPL-3.0 license
Multiple useful tools to help Android and iOS/OSX developers with creating and modifying Emoji Font files.

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Emoji-Tools

jmonet
An easy-to-use toolkit for incorporating MacPaint / Microsoft Paint-like tools into a Java Swing or JavaFX application.
Stars: ✭ 27 (-73.53%)
Mutual labels:  swing, javafx
JxBrowser-Examples
JxBrowser Examples & Tutorials
Stars: ✭ 49 (-51.96%)
Mutual labels:  swing, javafx
Friceengine
🎮 JVM game engine based on Swing/JavaFX.
Stars: ✭ 330 (+223.53%)
Mutual labels:  swing, javafx
orson-charts
A 3D chart library for Java applications (JavaFX, Swing or server-side).
Stars: ✭ 94 (-7.84%)
Mutual labels:  swing, javafx
Jfreechart
A 2D chart library for Java applications (JavaFX, Swing or server-side).
Stars: ✭ 665 (+551.96%)
Mutual labels:  swing, javafx
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+101.96%)
Mutual labels:  png
png
🖼A full-featured PNG decoder and encoder.
Stars: ✭ 64 (-37.25%)
Mutual labels:  png
documentspark
💖 DocumentSpark - Simple secure document viewing server. Converts a document to a picture of its pages. Content disarm and reconstruction. CDR. Formerly p2. The CDR solution for ViewFinder remote browser.
Stars: ✭ 211 (+106.86%)
Mutual labels:  png
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-81.37%)
Mutual labels:  javafx
darculafx
JavaFX darcula theme
Stars: ✭ 35 (-65.69%)
Mutual labels:  javafx
Emojions
Embeddable Emoji Bar
Stars: ✭ 15 (-85.29%)
Mutual labels:  emojis
flag-icons
A beautiful svg + png + sass + css collection of 261 flags.
Stars: ✭ 61 (-40.2%)
Mutual labels:  png
stumpy png
Read/Write PNG images in pure Crystal
Stars: ✭ 99 (-2.94%)
Mutual labels:  png
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (-57.84%)
Mutual labels:  png
nimPNG
PNG (Portable Network Graphics) decoder and encoder written in Nim
Stars: ✭ 81 (-20.59%)
Mutual labels:  png
quiz-app
Quiz for Desktop Application - Java case.
Stars: ✭ 26 (-74.51%)
Mutual labels:  javafx
ownNoteEditor
JavaFX editor for the ownNote files locally stored in ownCloud folder
Stars: ✭ 25 (-75.49%)
Mutual labels:  javafx
jimp-compact
✏️ Lightweight version of Jimp -- An image processing library written entirely in JavaScript for Node.js
Stars: ✭ 55 (-46.08%)
Mutual labels:  png
actlist
📦 Actlist is a utility platform to execute your own action list easily and simply.
Stars: ✭ 85 (-16.67%)
Mutual labels:  javafx
pixl
🚀 Lightweight image processing library in C++11
Stars: ✭ 31 (-69.61%)
Mutual labels:  png

This repository is no longer maintained. Information in this README is archived for informational purposes, but I do not respond to support requests. Feel free to fork and continue this project.

Emoji Tools

Build Status

Multiple useful tools to help Android and iOS/OSX developers with creating and modifying Emoji Font files.

Features:

  • Extracts Emojis from '.ttf' files used by Android, iOS, and OSX into individual '.png' files.
    • 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.
  • Ability to Package Emojis into Android and Apple Emoji Fonts
  • Easy-to-use GUI with a professional look and feel.
  • More!

How to Use:

Check out this tutorial on how to modify Android Emojis using these tools!

  1. Either download one of the precompiled .exe files or .jar files from the downloads page, or clone this repo into IntelliJ and create a .jar out of the sources.
  2. Put the .exe or .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.
  3. Double-click the .exe or .jar and Emoji Tools will open.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].