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]

Reply via email to