I still have problems using images with
cmyk color space. The pdf renderer handles
it without a problem. But both SWTRenderer and
SVGRenderer throw an exception:

sun.awt.image.ImageFormatException: Unsupported color conversion request
        at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
        at
sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:144
)
        at
sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.j
ava:257)
        at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:168)
        at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)

I added jimi to the classpath which works fine
(tested it by using a png image). But it still does not work
with cmyk images.

Did anyone else have such a problem?
Is there a simple solution?

If not, can someone point me to the class where the
PdfRenderer handles cmyk images, so I can add the
functionality to AWT/SVGRenderer?

TIA Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to