
Creating animated GIF images.
Unfortunately this is not possible using the GDI+ image encoders. The SaveAdd method which can be used to add frames to a multi-frame TIFF image does not work with the GIF encoder and an exception will be thrown.
Note that you cannot add
frames to existing animated GIF images either. |