Hille, Christian wrote:

Hi,

I'm using fop 0.94 as the last stable release of fop.
I have installed the java advanced imaging io tools im my classpath.
Compression is set to CCITT T.6 for tiff output.

Hmm... I don't think this matters but noticed that you say that you specify CCITT T.6 compression but the log messages suggest you are really specifying CCITT T.4

<snip/>

INFO: TIFF compression set to CCITT T.4
29.08.2007 14:01:56 org.apache.fop.render.java2d.Java2DRenderer getPageImage
INFO: Rendering Page 1 (pageWidth 842, pageHeight 595)
29.08.2007 14:01:56 org.apache.fop.cli.Main startFOP
SCHWERWIEGEND: Exception
java.lang.UnsupportedOperationException: Compression method not supported: 
CCITT T.4
        at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:168)
        at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
        at org.apache.fop.cli.Main.startFOP(Main.java:166)
        at org.apache.fop.cli.Main.main(Main.java:197)


Did you see the notes on the website:

http://xmlgraphics.apache.org/fop/0.94/output.html#tiff-configuration

As well as having imaging io tools in classpath you need a Codec if you are using a Sun JDK. And the Codec provided with graphics-commons (included with FOP) doesn't supported CCITT encoding.

Chris

<snip/>





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

Reply via email to