iPhone屏幕截图显示时颜色不同
我已经截取了运行中的 iPhone 应用程序的屏幕截图,我想将该图像用作由应用程序绘制的 png,而不是生成的图形。
当我截图时,看起来不错。但是,当将其保存为 PNG 文件、添加到 Xcode 项目然后显示回手机(或模拟器)的屏幕上时,颜色会有所不同。
谁能向我解释为什么它会改变? (我猜正在发生颜色空间转换)。
我怎样才能阻止这种变化?
I've taken a screenshot of my iPhone app running and I'd like to use that image as a png to be drawn by the app instead of generated graphics.
When I take the screenshot, it looks fine. However, when that is saved as a PNG file, added to the Xcode project and then displayed back on the screen of the phone (or simulator) the colours are different.
Can anyone explain to me why it's changing? (I'm guessing there's a colour space conversion happening).
How can I stop this from changing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能会使用一些不正确的设置来保存 png 图像,这会降低质量或使用的颜色数量。尝试使用透明的 PNG-24,看看是否有帮助。
You might be saving the png image with some incorrect settings which is either reducing the quality or number of colors used. Try the PNG-24 with transparency to see if that helps at all.