Enum StandardTag

java.lang.Object
java.lang.Enum<StandardTag>
com.thebuzzmedia.exiftool.core.StandardTag
All Implemented Interfaces:
Tag, Serializable, Comparable<StandardTag>, java.lang.constant.Constable

public enum StandardTag extends Enum<StandardTag> implements Tag
Enum used to pre-define a convenient list of tags that can be easily extracted from images using this class with an external install of ExifTool. Each tag defined also includes a type hint for the parsed value associated with it when the default StandardFormat.NUMERIC value format is used.
The types provided by each tag are merely a hint based on the ExifTool Tag Guide by Phil Harvey; the caller is free to parse or process the returned String values any way they wish. This list was determined by looking at the common metadata tag values written to images by popular mobile devices (iPhone, Android) as well as cameras like simple point and shoots as well as DSLRs. As an additional source of input the list of supported/common EXIF formats that Flickr supports was also reviewed to ensure the most common/useful tags were being covered here.
Please email me or file an issue if you think this list is missing a commonly used tag that should be added to it.
Since:
1.1
Author:
Riyad Kalla ([email protected]), Mickael Jeanroy