Reputation: 21818
I have encountered an unexplainable difficulty. I've got a certain bunch of images in my app and Xcode makes some of them a bit darker. An image may have its normal tint when the app is launched on Retina simulator and be darker when launched on non-Retina simulator, while another image behaves vice versa - normal on Retina and darker on non-Retina. the problem is not only for simulator, launching the app on a device leads to the same weird things. Have you ever experienced such a problem? Any ideas? Thanks a lot in advance
this is a shot from Retina. you see that two images at right and at left are bit lighter. this is normal color. the rest is darker
Upvotes: 0
Views: 680
Reputation: 5130
Almost certainly the embedded colour profile within the image. Try exporting the images for web and devices, rather than saving, or changing the colour profile to RGB (rather than adobe rgb).
Upvotes: 1