Package | Description |
---|---|
com.drew.metadata |
Provides classes for generic modelling of metadata directories and tags.
|
com.drew.metadata.exif.makernotes |
Contains
Directory and TagDescriptor classes related to the modelling of 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 © 2002-2015 Drew Noakes. All Rights Reserved.