Generated by
JDiff

Class com.itextpdf.io.image.ImageDataFactory

Removed Methods
ImageData  createBmp( URL, boolean , int ) Get a bitmap ImageData instance from the specified url.
 

Added Methods
ImageData  createBmp( byte[], boolean ) Get a bitmap ImageData instance from the provided bytes.
ImageData  createBmp( URL, boolean , int ) Get a bitmap ImageData instance from the specified url.
ImageData  createBmp( URL, boolean ) Get a bitmap ImageData instance from the specified url.
boolean  isSupportedType( ImageType) Checks if the type of image is supported by factory.
 

Changed Methods
ImageData  createBmp( byte[], boolean , int ) Documentation changed from old to new.
Now deprecated.
will be removed in 7.2
ImageData  createGifFrame( byte[], int ) Documentation changed from old to new.
Returns a specified frame of the gif image
ImageData  createGifFrame( URL, int ) Documentation changed from old to new.
Returns a specified frame of the gif image
List  createGifFrames( byte[], int[] ) Documentation changed from old to new.
Returns List of gif image frames
List  createGifFrames( URL, int[] ) Documentation changed from old to new.
Returns List of gif image frames