Without either the original exception (this is a nested one) or the image file, I have no idea what this is about. Sorry. But why don't you try JPEG directly. There's a higher chance that this will work.
On 10.01.2007 22:33:57 Kris Wolff wrote: > Hi Jeremias, > > now i am running into an error, that terminates the rendering: > javax.xml.transform.TransformerException: java.lang.RuntimeException: > TIFFImage16 > at org.apache.xalan.templates.ElemLiteralResult.execute > (ElemLiteralResult.java:725) > at > org.apache.xalan.transformer.TransformerImpl.executeChildTemplates > (TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemLiteralResult.execute > (ElemLiteralResult.java:710) > at > org.apache.xalan.transformer.TransformerImpl.executeChildTemplates > (TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemLiteralResult.execute > (ElemLiteralResult.java:710) > at > org.apache.xalan.transformer.TransformerImpl.executeChildTemplates > (TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemLiteralResult.execute > (ElemLiteralResult.java:710) > at > org.apache.xalan.transformer.TransformerImpl.executeChildTemplates > (TransformerImpl.java:2339) > at org.apache.xalan.templates.ElemLiteralResult.execute > (ElemLiteralResult.java:710) > at > org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes > (ElemApplyTemplates.java:425) > at org.apache.xalan.templates.ElemApplyTemplates.execute > (ElemApplyTemplates.java:216) > at > org.apache.xalan.transformer.TransformerImpl.executeChildTemplates > (TransformerImpl.java:2339) > at > org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode > (TransformerImpl.java:2160) > at org.apache.xalan.transformer.TransformerImpl.transformNode > (TransformerImpl.java:1213) > at org.apache.xalan.transformer.TransformerImpl.transform > (TransformerImpl.java:668) > at org.apache.xalan.transformer.TransformerImpl.transform > (TransformerImpl.java:1129) > at org.apache.xalan.transformer.TransformerImpl.transform > (TransformerImpl.java:1107) > > I saved the tif with Photoshop CS 2 as JPEG Compression, best > Quality. the image is CMYK/8Bit. > I don't know if this is a following error, or an other mistake of mine. > > thank you in advanced, > ven > > > On Jan 10, 2007, at 10:06 PM, Jeremias Maerki wrote: > > > CMYK TIFF is currently only supported if the image itself is > > encoded as > > a DCT image (with is the same compression JPEG uses). Otherwise, FOP > > will process the image data wrongly, thinking it is RGB data. I > > suggest > > you convert your images into a CMYK JPEG images. That is probably the > > easiest work-around until one of us has time to do the image package > > redesign. > > > > On 10.01.2007 21:39:54 Kris Wolff wrote: > >> Hi all, > >> > >> i searched the list a few hours by now, trying to get help on my tif > >> problem and i can now import a tif saved in rgb color. > >> But for print i need a cmyk tiff. > >> The Problem is, that the cmyk is renderd with batik, why? for rgb fop > >> takes teh right jimi... > >> The result from the cmyk is just a black image! > >> > >> does anybody has imported a cmyk succsessfully? > >> > >> Please help! i am running mad! > >> ven. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
