Uses of Interface
com.thebuzzmedia.exiftool.Format
Packages that use Format
-
Uses of Format in com.thebuzzmedia.exiftool
Methods in com.thebuzzmedia.exiftool with parameters of type FormatModifier and TypeMethodDescriptionExifTool.getImageMeta
(File image, Format format) Parse image metadata for all tags.ExifTool.getImageMeta
(File image, Format format, Collection<? extends Tag> tags) Parse image metadata.void
Write image metadata in a specific format. -
Uses of Format in com.thebuzzmedia.exiftool.core
Classes in com.thebuzzmedia.exiftool.core that implement FormatModifier and TypeClassDescriptionenum
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 FormatModifier and TypeMethodDescriptionStandardOptions.Builder.getFormat()
GetStandardOptions.Builder.format
StandardOptions.getFormat()
GetStandardOptions.format
Methods in com.thebuzzmedia.exiftool.core with parameters of type FormatModifier and TypeMethodDescriptionStandardOptions.Builder.withFormat
(Format format) UpdateStandardOptions.Builder.format