Uses of Interface
com.thebuzzmedia.exiftool.Format
-
Packages that use Format Package Description com.thebuzzmedia.exiftool com.thebuzzmedia.exiftool.core -
-
Uses of Format in com.thebuzzmedia.exiftool
Methods in com.thebuzzmedia.exiftool with parameters of type Format Modifier and Type Method Description Map<Tag,String>
ExifTool. getImageMeta(File image, Format format)
Parse image metadata for all tags.Map<Tag,String>
ExifTool. getImageMeta(File image, Format format, Collection<? extends Tag> tags)
Parse image metadata.void
ExifTool. setImageMeta(File image, Format format, Map<? extends Tag,String> tags)
Write image metadata in a specific format. -
Uses of Format in com.thebuzzmedia.exiftool.core
Classes in com.thebuzzmedia.exiftool.core that implement Format Modifier and Type Class Description class
StandardFormat
Enum used to define the 2 different output formats thatStandardTag
values can be returned in: numeric or human-readable text.Methods in com.thebuzzmedia.exiftool.core that return Format Modifier and Type Method Description Format
StandardOptions.Builder. getFormat()
Format
StandardOptions. getFormat()
Methods in com.thebuzzmedia.exiftool.core with parameters of type Format Modifier and Type Method Description StandardOptions.Builder
StandardOptions.Builder. withFormat(Format format)
-