iText 7 7.1.8 API
iText.IO.Image.GifImageHelper Class Reference

Static Public Member Functions

static void  ProcessImage (GifImageData image)
  Reads image source and fills GifImage object with parameters (frames, width, height) More...
 
static void  ProcessImage (GifImageData image, int lastFrameNumber)
  Reads image source and fills GifImage object with parameters (frames, width, height) More...
 

Member Function Documentation

◆ ProcessImage() [1/2]

static void iText.IO.Image.GifImageHelper.ProcessImage ( GifImageData  image )
inlinestatic

Reads image source and fills GifImage object with parameters (frames, width, height)

Parameters
image GifImage

◆ ProcessImage() [2/2]

static void iText.IO.Image.GifImageHelper.ProcessImage ( GifImageData  image,
int  lastFrameNumber 
)
inlinestatic

Reads image source and fills GifImage object with parameters (frames, width, height)

Parameters
image GifImage
lastFrameNumber the last frame of the gif image should be read