org.apache.fop.image
Class JpegImage
- FopImage
FopImage object for JPEG images, Using Java native classes.
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 |
JpegImage
public JpegImage(FopImage.ImageInfo imgInfo)
Create a jpeg image with the info.
imgInfo
- the image info for this jpeg
loadOriginalData
protected boolean loadOriginalData()
Load the original jpeg data.
This loads the original jpeg data and reads the color space,
and icc profile if any.
- loadOriginalData in interface AbstractFopImage
- true if loaded false for any error
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.