Class GifImageHelper
public sealed class GifImageHelper
- Inheritance
-
GifImageHelper
- Inherited Members
Constructors
GifImageHelper()
public GifImageHelper()
Methods
ProcessImage(GifImageData)
Reads image source and fills GifImage object with parameters (frames, width, height)
public static void ProcessImage(GifImageData image)
Parameters
image
GifImageDataGifImage
ProcessImage(GifImageData, int)
Reads image source and fills GifImage object with parameters (frames, width, height)
public static void ProcessImage(GifImageData image, int lastFrameNumber)
Parameters
image
GifImageDataGifImage
lastFrameNumber
intthe last frame of the gif image should be read