Bill Collins wrote:
Hi All,
        I'm having a problem with tiff images. I'm doing somthing like this:

<fo:block>
        <fo:external-graphic src="file:testTiff.tif" width="100px"
height="50px"/>
</fo:block>

and I get the following error:

[ERROR]: Error while creating area : Error creating FopImage object (Error
creat
ing FopImage object (file:/C:/MyStuff/fopTest/testTiff.tif) :
org.apache.fop.
image.JimiImage

Jimi doesn't understand all possible compressions allowed in TIFF. Use uncompressed or RLE compressed TIFFs.

J.Pietschmann



Reply via email to