I updated my iPad yesterday from iOS 4.2.1 to iOS 4.3. An application I am working on uses a bunch of JPG images that were exported from Photoshop as CMYK JPG images. In 4.2.1, the images displayed correctly, but in 4.3, they are displayed incorrectly, mostly black.
Are CMYK images not supported? Is this is bug with iOS 4.3? If it matters, I've tried both setting the images directly in Interface Builder as well as setting it via code using UIImage imageNamed: and UIImageView setImage: methods. Thanks.