Package | Description |
---|---|
org.apache.commons.imaging |
The main package for Apache Commons Imaging.
|
org.apache.commons.imaging.formats.bmp |
The BMP image format.
|
org.apache.commons.imaging.formats.gif |
The GIF image format.
|
org.apache.commons.imaging.formats.tiff |
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
|
Modifier and Type | Method and Description |
---|---|
static FormatCompliance |
FormatCompliance.getDefault() |
FormatCompliance |
ImageParser.getFormatCompliance(byte[] bytes)
Determines the format compliance of the content of the supplied byte
array based on rules provided by a specific implementation.
|
static FormatCompliance |
Imaging.getFormatCompliance(byte[] bytes)
Attempts to determine the image format of the specified data and
evaluates its format compliance.
|
FormatCompliance |
ImageParser.getFormatCompliance(ByteSource byteSource)
Determines the format compliance of the content of the supplied byte
source based on rules provided by a specific implementation.
|
FormatCompliance |
ImageParser.getFormatCompliance(File file)
Determines the format compliance of the specified file based on
rules provided by a specific implementation.
|
static FormatCompliance |
Imaging.getFormatCompliance(File file)
Attempts to determine the image format of the specified data and
evaluates its format compliance.
|
Modifier and Type | Method and Description |
---|---|
FormatCompliance |
BmpImageParser.getFormatCompliance(ByteSource byteSource) |
Modifier and Type | Method and Description |
---|---|
FormatCompliance |
GifImageParser.getFormatCompliance(ByteSource byteSource) |
Modifier and Type | Method and Description |
---|---|
FormatCompliance |
TiffImageParser.getFormatCompliance(ByteSource byteSource) |
Modifier and Type | Method and Description |
---|---|
void |
TiffReader.read(ByteSource byteSource,
Map<String,Object> params,
FormatCompliance formatCompliance,
TiffReader.Listener listener) |
TiffContents |
TiffReader.readContents(ByteSource byteSource,
Map<String,Object> params,
FormatCompliance formatCompliance) |
TiffContents |
TiffReader.readDirectories(ByteSource byteSource,
boolean readImageData,
FormatCompliance formatCompliance) |
TiffContents |
TiffReader.readFirstDirectory(ByteSource byteSource,
Map<String,Object> params,
boolean readImageData,
FormatCompliance formatCompliance) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.