iamcal / emoji-data

Easy to parse data and spritesheets for emoji
MIT License
2.55k stars 301 forks source link

Rebuild and optimize all sheets #243

Closed andersk closed 6 months ago

andersk commented 6 months ago

Generated by

cd build
php build_image.php
time ./quant_sheets.sh
time parallel ./optimize.sh ::: ../sheet_*.png
time parallel ./optimize.sh ::: ../sheets-*/*.png

in a fresh fully-updated Ubuntu 22.04 container.

andersk commented 6 months ago

This also seems to have fixed a whole bunch of emoji in the Facebook sheet that had previously been corrupted to ➡️.

Facebook 15.1.1 Facebook fixed
Facebook old Facebook new
iamcal commented 6 months ago

Thank you!

I’m not sure where that Facebook issue is coming from - it appeared before, then I fixed it by re-generating the sheets.

I wonder if I messed up a rebase/merge at some point which also broke the Twitter sheets, since they were correct for 15.1 at some point.