有没有一种方法可以生成iOS表情符号的高分辨率PNG? [英] Is there a way to generate high resolution PNGs of iOS emoji?

查看:110
本文介绍了有没有一种方法可以生成iOS表情符号的高分辨率PNG?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经能够从iOS(实际上是WhatsApp,但它们大致相同)中找到160x160像素的表情符号PNG.但是,当我将它们导入XCode 7时,它们只会显示为1x.

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.

有没有一种方法可以使用Photoshop/OS X或类似工具来创建高分辨率(甚至可能对视网膜友好)的表情符号,以便在使用SpriteKit制作表情符号的iOS游戏中使用?

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?

谢谢.

推荐答案

在Mac OS X和iOS中用于渲染表情符号的"Apple Color Emoji"字体使用PNG位图作为字形.您找到的160x160图形是字体中可用的最大图形-对不起!如果您想要更大的东西,则需要自己绘制.

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.

可从以下位置获取提取图像的工具: https://github.com/tmm1/emoji-提取器

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

这篇关于有没有一种方法可以生成iOS表情符号的高分辨率PNG?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆