IOS 4.3 and CMYK JPG Images

I updated my iPad yesterday from iOS 4.2.1 to iOS 4.3. The application I work in uses a bunch of JPG images that were exported from Photoshop as CMYK JPG images. In 4.2.1, images are displayed correctly, but in 4.3 they are not displayed correctly, mostly black.

Are CMYK images supported? Is this a bug with iOS 4.3? If that matters, I tried installing the images directly in Interface Builder, and also installing it using the UIImage imageNamed:and methods UIImageView setImage:. Thank.

+3
source share
3 answers

Apple , iOS, Apple . , , ..

0

iOS 4.3 jpeg- CMYK , [UIImage imageNamed:] , JPEG, :

self.imageView.image = [UIImage imageWithData:UIImageJPEGRepresentation([UIImage imageWithContentsOfFile:imageFilePath], 1.0)];

, !

+2

- Google, .

iOS 5 , 4.3.x , .

ATM, .

0

All Articles