Creating animated GIF dynamically

  • Thread starter Thread starter Jeronimo Bertran
  • Start date Start date
J

Jeronimo Bertran

Does anyone know how to create a an animated GIF using GDI+? I want to be
able to use it with aspnet.

My bitmap consists of two frames that must be created dynamically.

Thanks,

Jeronimo
 
Unfortunately this is not possible in the current version of GDI+. There's
a SaveAdd method which can be used to add frames to a multi-frame TIFF
image, but it does not work with the GIF encoder.

Regards,
Xin

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? Visit http://windowsupdate.microsoft.com to get the latest
critical updates and service packs available for your computer's Windows
operating system.
 
Back
Top