使用 Photoshop 更改 iphone4 与 iphone3 的图像分辨率
我有一个适用于 iphone4 640x960 的 psd。在Photoshop中,图像尺寸表示分辨率为72像素/英寸。如何将 iphone3 的 320x480 分辨率降低一半?我尝试将 72 更改为 36,但这没有任何作用。
I have a psd which is for iphone4 640x960. Inside photoshop, the image size says the resolution is 72pixels/inch. How do I decrease the resolution by half for the iphone3's 320x480? I tried changing 72 to 36, but that didn't do anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上并不是一个编程问题,但 DPI 只是位图图像的一个参数,因为它们没有任何物理尺寸的概念。您可以将其设置为任何值,而不会影响实际像素。
你想要调整“图像大小”,当我上次使用 Photoshop 时(很久以前),它位于“图像”菜单下。然后您需要将尺寸(以像素为单位)设置为 320x480。
This isn't really a programming question, but the DPI is just a parameter on bitmapped images, given that they don't otherwise have any concept of physical size. You can set it to anything without affecting the actual pixels.
You want to adjust 'Image Size', which when I last used Photoshop (a very long time ago) was under the 'Image' menu. You then want to set the size in pixels to 320x480.