Table of Contents

Class GifImageHelper

Namespace
iText.IO.Image
Assembly
itext.io.dll
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 GifImageData

GifImage

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 GifImageData

GifImage

lastFrameNumber int

the last frame of the gif image should be read