| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Age |
Age.fromPanasonicString(String s)
Parses an age object from the string format used by Panasonic cameras:
0031:07:15 00:00:00 |
Age |
Face.getAge() |
| Constructor and Description |
|---|
Face(int x,
int y,
int width,
int height,
String name,
Age age) |
| Modifier and Type | Method and Description |
|---|---|
Age |
PanasonicMakernoteDirectory.getAge(int tag)
Attempts to convert the underlying string value (as stored in the directory) into an Age object.
|
Copyright © 2003-2012 Drew Noakes. All Rights Reserved.