将图像尺寸加倍以供视网膜显示的最佳方法?
我在 iPhone 应用程序中使用了许多常规尺寸 (@x1) 的图像。除了以高分辨率从头开始重新设计它们之外,将其尺寸和尺寸加倍的最佳方法是什么?使用 Photoshop 的分辨率?
I have a number of regular-sized (@x1) images that I use in my iPhone app. Outside of redesigning them from scratch in hi-resolution, what is the best way to double their size & resolution using Photoshop?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我个人更喜欢这种方式:
将 psd 的大小调整为 200%,并将每个混合选项加倍(例如,如果您的笔划是 1px 厚,请将其更改为 2px,对于投影和其他内容也是如此)。
然而,(我认为)Apple 就是这样做的:
将 psd 大小调整 200%,但不加倍任何混合选项(Apple 在 iPhone 4 上使用非常细的笔触)。
Well, personally I prefer this way:
Resize the psd 200% and double every blending-option (for example if your stroke was 1px thick, change this into 2px, same for drop-shadow and stuff).
However, this is how (I think) Apple does this:
Resize the psd 200% but don't double any blending-option (Apple uses very thin strokes on the iPhone 4).