Re: FOP hangs when using animated gifs...

2001-11-22 Thread Keiron Liddle
I have put this in cvs. Thats not quite how you should submit a diff but it was simple enough that it doesn't matter. On 2001.11.21 08:50 Beer, Christian wrote: Hi FOP-specialists! I (with help from Jeremias Maerki) found a working solution for the animated gif problem! Here is what I

FOP hangs when using animated gifs

2001-11-20 Thread Beer, Christian
Hi Folks! When I use an animated gif in fo:external-graphic, FOP hangs without any error!! Is there a way to find out if a gif is animated?? Thanks Christian DIRON Wirtschaftsinformatik GmbH Co. KG Christian Beer ([EMAIL

FOP hangs when using animated gifs...

2001-11-20 Thread Beer, Christian
Hi FOPers. I found the place in the source (class GifImage) where the hang happens: code src=GifImage protected void loadImage() throws FopImageException { int[] tmpMap = null; try { ImageProducer ip = (ImageProducer)this.m_href.getContent();

AW: FOP hangs when using animated gifs...

2001-11-20 Thread Beer, Christian
Christian Beer -Ursprüngliche Nachricht- Von: Beer, Christian [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 20. November 2001 15:05 An: Fop-liste (E-Mail) Betreff: FOP hangs when using animated gifs... Hi FOPers. I found the place in the source (class GifImage) where the hang happens