public class PngImageInfo extends ImageInfo
COLOR_TYPE_BW, COLOR_TYPE_CMYK, COLOR_TYPE_GRAYSCALE, COLOR_TYPE_OTHER, COLOR_TYPE_RGB, COLOR_TYPE_UNKNOWN, COMPRESSION_ALGORITHM_CCITT_1D, COMPRESSION_ALGORITHM_CCITT_GROUP_3, COMPRESSION_ALGORITHM_CCITT_GROUP_4, COMPRESSION_ALGORITHM_JPEG, COMPRESSION_ALGORITHM_LZW, COMPRESSION_ALGORITHM_NONE, COMPRESSION_ALGORITHM_PACKBITS, COMPRESSION_ALGORITHM_PNG_FILTER, COMPRESSION_ALGORITHM_PSD, COMPRESSION_ALGORITHM_RLE, COMPRESSION_ALGORITHM_UNKNOWN| Constructor and Description |
|---|
PngImageInfo(String formatDetails,
int bitsPerPixel,
ArrayList comments,
ImageFormat format,
String formatName,
int height,
String mimeType,
int numberOfImages,
int physicalHeightDpi,
float physicalHeightInch,
int physicalWidthDpi,
float physicalWidthInch,
int width,
boolean isProgressive,
boolean isTransparent,
boolean usesPalette,
int colorType,
String compressionAlgorithm,
List textChunks) |
| Modifier and Type | Method and Description |
|---|---|
List |
getTextChunks() |
dump, getBitsPerPixel, getColorType, getColorTypeDescription, getComments, getFormat, getFormatName, getHeight, getIsProgressive, getMimeType, getNumberOfImages, getPhysicalHeightDpi, getPhysicalHeightInch, getPhysicalWidthDpi, getPhysicalWidthInch, getWidth, toString, toStringpublic PngImageInfo(String formatDetails, int bitsPerPixel, ArrayList comments, ImageFormat format, String formatName, int height, String mimeType, int numberOfImages, int physicalHeightDpi, float physicalHeightInch, int physicalWidthDpi, float physicalWidthInch, int width, boolean isProgressive, boolean isTransparent, boolean usesPalette, int colorType, String compressionAlgorithm, List textChunks)
public List getTextChunks()
Copyright © 2007-2012. All Rights Reserved.