org.apache.fop.image
Class GifImage
- FopImage
FopImage object for GIF images, using Java native classes.
- Eric SCHAEFFER
- Modified by Eric Dalquist - 9/14/2001 - ebdalqui@mtu.edu
bitmaps, bitsPerPixel, colorSpace, dpiHorizontal, dpiVertical, height, imageInfo, inputStream, invertImage, isTransparent, loaded, log, raw, transparentColor, width |
getBitmaps, getBitmapsSize, getBitsPerPixel, getColorSpace, getHeight, getHorizontalResolution, getICCProfile, getIntrinsicAlignmentAdjust, getIntrinsicHeight, getIntrinsicWidth, getMimeType, getOriginalURI, getRessourceBytes, getRessourceBytesSize, getSoftMask, getTransparentColor, getVerticalResolution, getWidth, hasSoftMask, isInverted, isTransparent, load, loadBitmap, loadDefaultOriginalData, loadDimensions, loadOriginalData |
GifImage
public GifImage(FopImage.ImageInfo imgInfo)
Create a new gif image.
imgInfo - the image info for this gif image
loadBitmap
protected boolean loadBitmap()
Load the bitmap for this gif image.
This loads the data and creates a bitmap byte array
of the image data.
To decode the image a dummy URLConnection is used that
will do the conversion.
- loadBitmap in interface AbstractFopImage
- True if the load process succeeded
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.