Package com.itextpdf.io.image
Class GifImageHelper
java.lang.Object
com.itextpdf.io.image.GifImageHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
processImage
(GifImageData image) Reads image source and fills GifImage object with parameters (frames, width, height)static void
processImage
(GifImageData image, int lastFrameNumber) Reads image source and fills GifImage object with parameters (frames, width, height)
-
Constructor Details
-
GifImageHelper
public GifImageHelper()
-
-
Method Details
-
processImage
Reads image source and fills GifImage object with parameters (frames, width, height)- Parameters:
-
image
- GifImage
-
processImage
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
-