Hmm, "TIFFImage16" is one of those error messages that should actually
be resolved into an understandable error message. Looking at the source
code, it means as much as: "I don't support CMYK images with DCT
compression". "I" that is the TIFF codec in XML Graphics Commons.
Unfortunately, the image adapter for that codec currently seems to
decode the whole image to determine the image size and can therefore
later not use the raw image data. I thought that used to work at some
point. But then the image package really is a mess.

I really have no other option for you than using JPEG instead of TIFF
for now if you absolutely need CMYK support.

On 10.01.2007 23:00:52 Kris Wolff wrote:
> Ok, of course, here is the full error: (long list)

<snip/>
> java.lang.RuntimeException: TIFFImage16
>          at org.apache.xmlgraphics.image.codec.tiff.TIFFImage.<init> 
> (TIFFImage.java:579)
>          at org.apache.fop.image.TIFFImage.decodeImage(TIFFImage.java: 
> 72)
>          at  
> org.apache.fop.image.XmlGraphicsCommonsImage.loadDimensions 
> (XmlGraphicsCommonsImage.java:78)
>          at org.apache.fop.image.AbstractFopImage.load 
> (AbstractFopImage.java:160)
>          at org.apache.fop.fo.flow.ExternalGraphic.bind 
> (ExternalGraphic.java:73)
<snip/>


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to