Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Res (160px) images for Google + Twitter emojis #174

Open
ccorcos opened this issue Apr 29, 2020 · 2 comments
Open

High Res (160px) images for Google + Twitter emojis #174

ccorcos opened this issue Apr 29, 2020 · 2 comments

Comments

@ccorcos
Copy link

ccorcos commented Apr 29, 2020

The apple dataset comes with 160px, but Google is 136px and Twitter is 72px. Would be nice if we had 160px for all three of these.

@ccorcos
Copy link
Author

ccorcos commented Apr 29, 2020

Alternatively SVGs for all of these emojis would work as well. Looks like Google and Twitter emojis SVGs are readily available. Just need to figure out how to extract them from Apple...

@ccorcos
Copy link
Author

ccorcos commented Apr 29, 2020

Interesting... I don't have much knowledge about TTC fonts, but if possible, it would be great to extract SVGs from them. It looks like the svgs are significantly smaller than 160px pngs...

# Google has SVG.
ls -lah build/google/noto-emoji/svg
total 74328
drwxr-xr-x  2821 chet  staff    88K Apr 29 15:34 .
drwxr-xr-x    42 chet  staff   1.3K Apr 29 15:34 ..
-rw-r--r--     1 chet  staff   574B Apr 29 15:34 LICENSE
-rw-r--r--     1 chet  staff   3.5K Apr 29 15:34 emoji_u0023.svg
-rw-r--r--     1 chet  staff   4.0K Apr 29 15:34 emoji_u0023_20e3.svg
-rw-r--r--     1 chet  staff   2.3K Apr 29 15:34 emoji_u002a.svg
-rw-r--r--     1 chet  staff   3.3K Apr 29 15:34 emoji_u002a_20e3.svg
-rw-r--r--     1 chet  staff   2.0K Apr 29 15:34 emoji_u0030.svg
-rw-r--r--     1 chet  staff   2.7K Apr 29 15:34 emoji_u0030_20e3.svg

# Same with twitter!
ls -lah build/twitter/twemoji/assets/svg
total 28408
drwxr-xr-x  3109 chet  staff    97K Apr 29 15:34 .
drwxr-xr-x     5 chet  staff   160B Apr 29 15:34 ..
-rw-r--r--     1 chet  staff   1.7K Apr 29 15:34 1f004.svg
-rw-r--r--     1 chet  staff   1.6K Apr 29 15:34 1f0cf.svg
-rw-r--r--     1 chet  staff   576B Apr 29 15:34 1f170.svg
-rw-r--r--     1 chet  staff   621B Apr 29 15:34 1f171.svg
-rw-r--r--     1 chet  staff   495B Apr 29 15:34 1f17e.svg
-rw-r--r--     1 chet  staff   456B Apr 29 15:34 1f17f.svg
-rw-r--r--     1 chet  staff   942B Apr 29 15:34 1f18e.svg
-rw-r--r--     1 chet  staff   731B Apr 29 15:34 1f191.svg
-rw-r--r--     1 chet  staff   1.2K Apr 29 15:34 1f192.svg

# These are generally smaller than the Apple 160px
ls -lah img-apple-160/
total 160792
drwxr-xr-x  3188 chet  staff   100K Apr 29 15:20 .
drwxr-xr-x    46 chet  staff   1.4K Apr 29 15:58 ..
-rw-r--r--     1 chet  staff    11K Apr 29 15:20 0023-fe0f-20e3.png
-rw-r--r--     1 chet  staff    13K Apr 29 15:20 002a-fe0f-20e3.png
-rw-r--r--     1 chet  staff    12K Apr 29 15:20 0030-fe0f-20e3.png
-rw-r--r--     1 chet  staff   8.5K Apr 29 15:20 0031-fe0f-20e3.png
-rw-r--r--     1 chet  staff    11K Apr 29 15:20 0032-fe0f-20e3.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant