Re: SVG - embedded CMYK bitmaps

2014-02-12 Thread Matthias Reischenbacher
Hi, I just realized that CMYK-Bitmaps inside SVGs are handled correctly with FOP/Batik. No conversion is done to RGB. I didn't check my sample image enough, which was already in RGB. Sorry for the noise. @Luis: I've successfully used JPEG-CMYKs with FOP in the past. TIFF-CMYK are more

Re: SVG - embedded CMYK bitmaps

2014-01-29 Thread Pascal Sancho
Hi, Batik provides SVG REC 1.1 support. Unfortunately, CMYK is introduced in SVG 1.2 WD (see [1]). [1] http://www.w3.org/TR/SVGColor12/#icc-colors 2014-01-28 Matthias Reischenbacher matthias8...@gmx.at: Hi, I've noticed that JPEGs with DeviceCMYK color space, embedded in SVGs, are converted

Re: SVG - embedded CMYK bitmaps

2014-01-28 Thread Luis Bernardo
Yes, by default JPEG CMYKs are converted to sRGB if the color profile is embedded in the image (I had not tried with JPEG CMYKs embedded in SVG but I think that also there the images are processed by FOP ). The reason this is done is due to the fact that the standard Java JPEG handling