Quick and easy customization of OpenMoji emoji pack. Script will by default remove excessive padding around original emojis and replace yellow color with custom one.
Original | Modded | Red Mod | Blue Mod |
---|---|---|---|
PHP CLI and imagick extension is required (apt install php-cli php-imagick
).
Place OpenMoji original images to svg directory. Then simply run:
php improve-openmoji.php
or specify gradient color
php improve-openmoji.php "#ffffff" "#dddddd"
Some smiley emojis are not same size and cannot be trimmed to the same size.
You can find folder called overrides
that contains modified versions that fit well with others.
For example
Original | Override | Modded |
---|---|---|
Feel free to contribute fixing other ones as well.
¹ OpenMoji graphics are licensed under the Creative Commons Share Alike License 4.0 (CC BY-SA 4.0)
² Code licensed under the GNU Lesser General Public License v3 (LGPL-3.0)