>I read all the frames of a GIF file using the ImageReader. No problem to get
>each frame. But I would like to get the delay to respect between the frames.
>I could not find any method for this. Does anyone know how to get this (and
>if this is possible?)
I vaguely recall reading Java now supports animated GIFs, but I have
not experimented. In any case, you could get it by googling for the
file format for animated GIFs. then just step through the file to
extract the data used LEDataInputStream (values will be in little
endian). See http://mindprod.com/jgloss/endian.html
Have a look at http://mindprod.com/products1.html#COMMON11
look at the class ImageInfo. Your code will be much like that.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com