They are in the org.apache.fop.image package. Start by looking at ImageFactory. They're not in XML Graphics Commons, yet, but will go there eventually.
On 28.09.2005 23:58:11 Peter Herweg wrote: > > Jeremias Maerki wrote: > > I'll look into it tomorrow. Peter's last change for external-graphics in > > RTF made me wonder if we shouldn't actually change the whole code there > > and use the image library wrappers the normal renderers use. Like this > > we could use the image cache, more image formats and URI resolution the > > same way as for the other output formats. > > I have played around with JAI to support other file formats (e.g. GIF, BMP). > This > works good but it's quite slow. > I did not know that there are image library wrappers. Can you point me to > them? > Are they contained in XML Graphics Commons? > > Regards, > Peter Herweg Jeremias Maerki