Can you provide the tiff image and fop.xconf you use?

On Mon, Dec 1, 2014 at 10:56 AM, Christian Pestel <
christian.pes...@orange.fr> 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
> christian.pes...@orange.fr
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org
>
>

Reply via email to