Is there a way to generate high resolution PNGs of iOS emoji?

醉酒当歌 提交于 2019-12-08 03:54:59

问题


I have been able to find 160x160 pixel emoji PNGs from iOS (actually WhatsApp but they are roughly the same set). These only show up as 1x when I import them into XCode 7 though.

Is there a way using Photoshop / OS X or similar to create high-resolution (retina friendly even, if possible) Emoji for use in an iOS game utilizing SpriteKit to animate the emoji?

Thanks in advance.


回答1:


The "Apple Color Emoji" font that's used to render emoji in Mac OS X and iOS uses PNG bitmaps for the glyphs. The 160x160 graphics you've found are the largest ones available in the font — sorry! If you want something larger, you'll need to draw it yourself.

A tool to extract the images is available at: https://github.com/tmm1/emoji-extractor




回答2:


If they don't need to be the Apple version, you can always download the collection of emoji from Emoji One. They're available in PNG and SVG formats under a Creative Commons Attribution license.



来源:https://stackoverflow.com/questions/34540946/is-there-a-way-to-generate-high-resolution-pngs-of-ios-emoji

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!