To my explanations, I have to add that they apply to PDF only. Other renderers have different abilities. For example, TIFF's may not work properly in the PostScript renderer since the CCITT embedding has not been implemented.
On 12.05.2003 15:36:58 Jeremias Maerki wrote: > GIF, JPEG, BMP, EPS and SVG are supported without any additional > library: > - GIF is supported through JDK classes. > - JPEG is implemented directly because it can be more or less embeded > 1:1 in a PDF. > - BMP is directly implemented. > - EPS is similar to JPEG. EPS images get embedded 1:1 in the PDF. > Acrobat Reader cannot display them (blank output) but looking at the > PDF in GhostView or printing it on a PostScript printer shows the EPS > content. > - SVG is supported through Batik and FOP's own code. > > TIFF is a special case. TIFF images with JPEG or CCITT content will be > rendered to PDF as with plain JPEGs: simple embedding without > decompressing. Other TIFF subformats will be handled by JAI. TIFFs don't > seem to be handled with JIMI installed (technical: since it is derived > from JAIImage). So it seems like TIFF is totally unsupported if JAI is > not present. > > PNG images are supported through either JAI or JIMI whichever is present. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
