Package | Description |
---|---|
com.thebuzzmedia.exiftool | |
com.thebuzzmedia.exiftool.core |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Tag,java.lang.String> |
ExifTool.getImageMeta(java.io.File image,
Format format,
java.util.Collection<? extends Tag> tags)
Parse image metadata.
|
void |
ExifTool.setImageMeta(java.io.File image,
Format format,
java.util.Map<? extends Tag,java.lang.String> tags)
Write image metadata in a specific format.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardFormat
Enum used to define the 2 different output formats that
StandardTag
values can be returned in: numeric or human-readable text. |
Copyright © 2018. All Rights Reserved.