1

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 color space file to RGB?

Community
  • 1
  • 1
Ivan Rylach
  • 249
  • 1
  • 8
  • 1
    This has been asked [several times before](http://stackoverflow.com/search?tab=relevance&q=[java]%20%2bcmyk%20%2brgb). – assylias Aug 15 '12 at 17:29
  • 1
    Yes, I saw these questions, but there is no proper description how to do it in the Android project – Ivan Rylach Aug 15 '12 at 17:33
  • 1
    Why do you think that being on Android would have any relevance to the CYMK->RGB algorithm? You should be able to adapt any of the Java answers to your project. If you cannot, please ask a more specific question after you have tried. – Tim Aug 15 '12 at 17:45
  • Lack of AWT on Android is a major barrier to any of the previous questions that are Java answers working on Android – Crake Sep 18 '13 at 19:11

0 Answers0