I am using javax.imageio.imageIO class to read the images.
While reading the jpg files of colorspace type RGB it is reading without any exception. But i tried to read a jpg image created using CMYK colorspace it(javax.imageio.imageIO(ImageInputStream stream) method) is throwing Image IOException (IIOException).
How can i read images created using CMYK colorspace.
Will JAI support this?
Thanks in advance.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Reading image file (jpg) of colorspace type CMYK