How to set icc color profile in Java and change colorspace
        Posted  
        
            by Patriarch24
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Patriarch24
        
        
        
        Published on 2008-12-19T11:04:46Z
        Indexed on 
            2010/05/10
            16:24 UTC
        
        
        Read the original article
        Hit count: 446
        
First, I would like to say I'm not an image processing specialist.
I would like to convert image colorspace from one to another, and change icc color profile at the same time. I managed to do it using JMagick (the ImageMagick Java port), but no way in pure Java (even using JAI).
© Stack Overflow or respective owner