0
votes
1answer
563 views

Convert Image byte[] from CMYK to RGB?

I need to convert bytes of an CYMK image to bytes for RGB image. I think it's possible to skip the bytes of the header and convert others bytes in RGB and then change the header bytes for RGB format. ...
0
votes
0answers
38 views

Android: How to convert CMYK color space file to RGB? [duplicate]

Possible Duplicate: RGB to CMYK and back algorithm As far as I know Android doesn't support files with CMYK color space. But my application has to show such files. So, how to convert CMYK ...
0
votes
1answer
370 views

pdfViewer don't load the images in the pdf

My application isn't loading the images inside the pdf and is getting an error everytime I load a page in the pdf that contains images. This is the LogCat: 06-29 11:07:29.900: ...
5
votes
2answers
1k views

In Android how to decode a jpeg in cmyk color format?

I'm trying to decode a jpeg that is in CMYK color format. BitmapFactory returns null. I googled around but with no luck. Is it possibile Android team did not the right job supporting all kind of color ...
2
votes
2answers
585 views

Android CMYK mode

I have a Bitmap in CMYK mode, which doesn't show correctly, and at some point not at all, on Android. Googling didn't return many answers, so I have to ask here how do I handle CMYK mode images? ...
0
votes
1answer
1k views

How to use use cmyk color codes in android?

I have an doubt, I don't know how to use cmyk colors in android. If any one knows please help me. I am waiting for your valuable replies.