Java com.lowagie.text.pdf.codec GifImage fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf.codec GifImage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf.codec GifImage.

The text is from its open source code.

Constructor

GifImage(URL url)
Reads gif images from an URL.
GifImage(String file)
Reads gif images from a file.
GifImage(byte data[])
Reads gif images from a byte array.
GifImage(InputStream is)
Reads gif images from a stream.

Method

intgetFrameCount()
Gets the number of frames the gif has.
ImagegetImage(int frame)
Gets the image from a frame.