Package | Description |
---|---|
com.drew.imaging.jpeg |
Contains classes for working with JPEG files.
|
com.drew.imaging.png |
Contains classes for working with PNG (Portable Network Graphic) files.
|
com.drew.lang |
Contains classes of generic utility.
|
com.drew.metadata.adobe |
Contains classes for the extraction and modelling of Adobe metadata.
|
com.drew.metadata.bmp |
Contains classes for the extraction and modelling of BMP file metadata.
|
com.drew.metadata.gif |
Contains classes for the extraction and modelling of GIF file metadata.
|
com.drew.metadata.iptc |
Contains classes for the extraction and modelling of IPTC metadata.
|
Modifier and Type | Method and Description |
---|---|
static JpegSegmentData |
JpegSegmentReader.readSegments(SequentialReader reader,
Iterable<JpegSegmentType> segmentTypes)
Processes the provided JPEG data, and extracts the specified JPEG segments into a
JpegSegmentData object. |
Modifier and Type | Method and Description |
---|---|
Iterable<PngChunk> |
PngChunkReader.extract(SequentialReader reader,
Set<PngChunkType> desiredChunkTypes) |
Modifier and Type | Class and Description |
---|---|
class |
SequentialByteArrayReader |
class |
StreamReader |
Modifier and Type | Method and Description |
---|---|
void |
AdobeJpegReader.extract(SequentialReader reader,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
BmpReader.extract(SequentialReader reader,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
GifReader.extract(SequentialReader reader,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
IptcReader.extract(SequentialReader reader,
Metadata metadata,
long length)
Performs the IPTC data extraction, adding found values to the specified instance of
Metadata . |
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.