CMYK or RGB
Posted: Thu Aug 10, 2006 3:12 pm
I am trying to produce a PDF with embedded images using RGB rather than CMYK as the file size is smaller.
Does anyone know how to do this?
I did find an element called <fo:declarations>
<fo:declarations>
<fo:color-profile src="url('AdobeRGB1998.icc')" color-profile-name="adobeRGB_98"></fo:color-profile>
</fo:declarations>
But the src and color-profile-name are guesses, and most renderers seem to suggest that RGB should be the default color space.
Anybody that knows how this works and can enlighten me?
Thanks a lot!!
Jaimes
Does anyone know how to do this?
I did find an element called <fo:declarations>
<fo:declarations>
<fo:color-profile src="url('AdobeRGB1998.icc')" color-profile-name="adobeRGB_98"></fo:color-profile>
</fo:declarations>
But the src and color-profile-name are guesses, and most renderers seem to suggest that RGB should be the default color space.
Anybody that knows how this works and can enlighten me?
Thanks a lot!!
Jaimes