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 created through diff (I don't have any diff
> knowledge! Hope
> it is right!):
> 
> <diff>
> 60c60,61
> <             if (this.imageStatus.intValue() !=
> ImageConsumer.STATICIMAGEDONE)
> ---
> >             if (this.imageStatus.intValue() !=
> ImageConsumer.STATICIMAGEDONE &&
> >                 this.imageStatus.intValue() !=
> ImageConsumer.SINGLEFRAMEDONE)
> 99c100,101
> <             if (this.imageStatus.intValue() ==
> ImageConsumer.STATICIMAGEDONE)
> ---
> >             if (this.imageStatus.intValue() ==
> ImageConsumer.STATICIMAGEDONE ||
> >                 this.imageStatus.intValue() ==
> ImageConsumer.SINGLEFRAMEDONE)
> </diff>
> 
> Hope that anybody could put that in cvs and that it helps!
> 
> If you use animated gifs with these changes, the first image of that gif
> is
> rendered to the pdf.
> 
> 
> Greetings
>       Christian Beer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to