Package | Description |
---|---|
org.apache.commons.imaging |
The main package for Apache Commons Imaging.
|
Modifier and Type | Method and Description |
---|---|
ImageInfo.CompressionAlgorithm |
ImageInfo.getCompressionAlgorithm()
Returns a description of the compression algorithm, if any.
|
static ImageInfo.CompressionAlgorithm |
ImageInfo.CompressionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageInfo.CompressionAlgorithm[] |
ImageInfo.CompressionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImageInfo(String formatDetails,
int bitsPerPixel,
List<String> comments,
ImageFormat format,
String formatName,
int height,
String mimeType,
int numberOfImages,
int physicalHeightDpi,
float physicalHeightInch,
int physicalWidthDpi,
float physicalWidthInch,
int width,
boolean progressive,
boolean transparent,
boolean usesPalette,
ImageInfo.ColorType colorType,
ImageInfo.CompressionAlgorithm compressionAlgorithm) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.