aspose file tools
The moose likes Java in General and the fly likes Reading image file (jpg) of colorspace type CMYK Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Reading image file (jpg) of colorspace type CMYK" Watch "Reading image file (jpg) of colorspace type CMYK" New topic
Author

Reading image file (jpg) of colorspace type CMYK

Lionel Kingsley
Greenhorn

Joined: Jun 06, 2006
Posts: 10
Hi,

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
 
Similar Threads
Reading images of colorspace type CMYK
IMAging
Creating CMYK Colorspace
Problem with RGB, CMYK Image
JAI, Image CMYK to RGB