Re: supported image formats

2002-12-23 Thread m . schaeffler
Hi, thanks for the great feedback. It seems to me that the image formats supported by Jimi are not all supported by fop (0.20.4). Fop with some help from Jimi and Batik supports bmp, eps, jpeg, png, svg, tiff (there are *ImageReader.class files for the types implemented in the package

Re: supported image formats

2002-12-22 Thread Joerg Pietschmann
On Saturday 21 December 2002 21:54, you wrote: e.g. I use fop in a production under Websphere 3.5, which has ibm jsk 1.2.2 and jdk there btw is unupgradable. That's not quite correct, we run a variety of WebSphere 3.5 on AIX 4.3.x using both IBM JDK 1.3.0 and 1.3.1. Both the 1.3.0 JDK and

Re: supported image formats

2002-12-21 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: When you look at the source code in the packages org.apache.fop.image and org.apache.fop.image.analyser you will see *image.java and *reader.java classes for the above image formats. There has been in fop 0.18.1 a JAI and a Jimi class in the package org.apache.fop.image.

supported image formats

2002-12-20 Thread m . schaeffler
of things unclear (and I’m sure not only to me). I thought I just state my knowledge here and anybody could use, correct or add information. Supported image formats with the basic fop (0.20.4) distribution are: BMP, EPS, GIF, JPEG, SVG By using JIMI (http://java.sun.com/products/jimi

Re: supported image formats

2002-12-20 Thread Chris Bowditch
comments below From: [EMAIL PROTECTED] FOP only needs the second bit, which has been made part of the jdk in version 1.4! It is in the package javax.imageio (http://java.sun.com/j2se/1.4/docs/api/javax/imageio/package-summary.html) I’m quite sure the package javax.imageio could be used to add