Hi Josh You've had JAI ImageIO Tools on the list on your first post, but yes, if the internal TIFFImageWriter is activated (which does not support CCITT compression, yet), that means the ImageIO implementation fell through. I'd double-check the classpath.
On 14.07.2010 15:33:13 Marquart, Joshua D wrote: > Hi Jeremias, > > I've applied your change and now it proceeds, but I receive the > following exception: > > java.lang.UnsupportedOperationException: Compression method not > supported: CCITT T.6 > at > org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter.createTIFFE > ncodeParams(TIFFImageWriter.java:75) > at > org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter.access$000( > TIFFImageWriter.java:41) > at > org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter$TIFFMultiIm > ageWriter.writeImage(TIFFImageWriter.java:135) > at > org.apache.fop.render.bitmap.TIFFRenderer.stopRenderer(TIFFRenderer.java > :140) > > Maybe I missed something with the JAI Tools jar? > I'll take a look at the source as well and see what's supposed to > happen. > > -Josh > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
