Re: PNG question, and Link to cgi script that generates image example

2003-02-10 Thread Christian Geisert
Christian Geisert wrote: Christian Geisert wrote: J.Pietschmann wrote: [..] Hm. Maybe there is something wrong with the precompiled version of FOP. FOP 0.20.5rc should work with either Jimi or JAI without recompiling. Just tried it and it doesn't work. Will have a closer look at it. This is now

Re: PNG question, and Link to cgi script that generates image example

2003-02-07 Thread Christian Geisert
J.Pietschmann wrote: Rich Gibson wrote: I've figured out how to link to a file that contains a gif or jpg image, but not a png. ... Exception on thread 'main' java.lang.NoClassDefFoundError: javax/media/jai/PlanarImage I assume that I have the wrong version of jimi, or I did something wrong :-)

Re: PNG question, and Link to cgi script that generates image example

2003-02-07 Thread Christian Geisert
Christian Geisert wrote: J.Pietschmann wrote: [..] Hm. Maybe there is something wrong with the precompiled version of FOP. FOP 0.20.5rc should work with either Jimi or JAI without recompiling. Just tried it and it doesn't work. Will have a closer look at it. Christian

PNG question, and Link to cgi script that generates image example

2003-02-05 Thread Rich Gibson
Hi, I've figured out how to link to a file that contains a gif or jpg image, but not a png. fo:block fo:external-graphic src=file:test.jpg /fo:block After reading the FAQ I extracted the file JimiProClasses.zip from the Jimi library, and renamed it 'jimi-1.0.jar' and moved it to FOP's lib

Re: PNG question, and Link to cgi script that generates image example

2003-02-05 Thread J.Pietschmann
Rich Gibson wrote: I've figured out how to link to a file that contains a gif or jpg image, but not a png. ... Exception on thread 'main' java.lang.NoClassDefFoundError: javax/media/jai/PlanarImage I assume that I have the wrong version of jimi, or I did something wrong :-) Any thoughts? Hm.