Package | Description |
---|---|
com.drew.imaging |
Contains classes for working with image file formats and photographic conversions.
|
com.drew.metadata |
Provides classes for generic modelling of metadata directories and tags.
|
com.drew.metadata.exif |
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
|
com.drew.metadata.jfif |
Contains classes for the extraction and modelling of JFIF metadata.
|
com.drew.metadata.jpeg |
Contains classes for the extraction and modelling of JPEG file format metadata.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageMetadataReader.main(java.lang.String[] args)
An application entry point.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Directory.getBoolean(int tagType)
Returns the specified tag's value as a boolean, if possible.
|
double |
Directory.getDouble(int tagType)
Returns the specified tag's value as a double, if possible.
|
float |
Directory.getFloat(int tagType)
Returns the specified tag's value as a float, if possible.
|
int |
Directory.getInt(int tagType)
Returns the specified tag's value as an int, if possible.
|
long |
Directory.getLong(int tagType)
Returns the specified tag's value as a long, if possible.
|
Modifier and Type | Method and Description |
---|---|
static DataFormat |
DataFormat.fromValue(int value) |
void |
ExifThumbnailDirectory.writeThumbnail(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
int |
JfifDirectory.getImageHeight() |
int |
JfifDirectory.getImageWidth() |
int |
JfifDirectory.getResUnits() |
int |
JfifDirectory.getVersion() |
Modifier and Type | Method and Description |
---|---|
int |
JpegDirectory.getImageHeight() |
int |
JpegDirectory.getImageWidth() |
int |
JpegDirectory.getNumberOfComponents() |
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.