TGIFImage and *large* animated GIFs - streaming?



Hi all,

Been wrestling with this problem for a while now. I've got TGIFImage (Anders
Melander version) and have been playing with converting realtime graphic
output to animated GIF.

Not AVI, MPEG or anything else, I need an Animated GIF.

This involves a hell of a lot of frames of animation (50 frames per second,
for up to about 4 hours). All the current implementations I've seen appear
to allow new animation frames to be added to the GIFImage declared, and are
stored in memory until the SaveToFile() proc is called.

You can probably guess what kind of fun that makes for me.

Does anyone with any experience of TGIFImage have any idea how I can write
(append) new frames to disk as the output is generated?

Cheers,

D.


.



Relevant Pages

  • Re: Blipverts via flash/javascript/animated gif
    ... >>>actually its an animated gif on that site. ... >> Is there any way of confirming if these adverts contain extra 'frames' ... The two subliminal frames in that verisign are 100 ms each so about 2 ...
    (uk.legal)
  • Re: Count Down Timer
    ... > Display an animated GIF which has the appropriate number of frames and 1 ... > second delay per frame. ... Field script command, but again the database will be unusable while the ... I'm not sure if an animated GIF can be made to run using this command ...
    (comp.databases.filemaker)
  • Re: animated gif in pdf files
    ... Probably not, because movie compression, such as Mpeg or MP4, is much ... more efficient than single frame based compression of animated gif. ... frames using `convert' from ImageMagick: ... in your document source file. ...
    (comp.text.pdf)
  • Re: Blipverts via flash/javascript/animated gif
    ... >>> Is there any way of confirming if these adverts contain extra 'frames' ... >> the verisign one I was looking at from that page contains 2 fast frames ... > animated gif editor ...
    (uk.legal)
  • save animated GIF in Python Image Library
    ... how can i save an animated GIF with PIL? ... e.g. to rotate all frames of an image i tried the following: ... #using the class from the PIL handbook ...
    (comp.lang.python)