Can you provide the tiff image and fop.xconf you use?
On Mon, Dec 1, 2014 at 10:56 AM, Christian Pestel <
[email protected]> wrote:
> Hi,
>
> TIFF image with CMYK color space is not well rendered in AFP.
> I think that the native TIFF codec don’t implement that :
>
> xmlgraphics\image\codec\tiff\TIFFImage.java
> public TIFFImage(SeekableStream stream, TIFFDecodeParam param, int
> directory)
> ...
> default: // Other including CMYK, CIE L*a*b*, unknown.
> if (sampleSize % 8 == 0) {
> imageType = TYPE_GENERIC;
> }
> ...
>
> Is it possible to use a different codec that would cover this type of
> image like TwelveMonkeys imageio-tiff codec ?
>
>
> Thanks,
>
>
> Christian Pestel
> [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>