Skip to content

Commit

Permalink
yarn mktags
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Feb 5, 2023
1 parent fe935ad commit a4ae314
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface FileTags {
CurrentIPTCDigest?: string
/** ★★★★ ✔ Example: "/home/username/pictures" */
Directory?: string
/** ★★★★ ✔ Example: "2023:02:02 16:19:43-08:00" */
/** ★★★★ ✔ Example: "2023:02:05 12:52:30-08:00" */
FileAccessDate?: ExifDateTime | string
/** ★★★★ ✔ Example: "2023:01:30 11:33:43-08:00" */
FileInodeChangeDate?: ExifDateTime | string
Expand Down Expand Up @@ -653,7 +653,7 @@ export interface EXIFTags {
ImageNumber?: number
/** ☆☆☆☆ ✔ Example: "fa5fdfee65f3a6e05fe7d4692b9112a7" */
ImageUniqueID?: string
/** ☆☆☆☆ ✔ Example: "(Binary data 571392 bytes, use -b option to extract)" */
/** ☆☆☆☆ ✔ Example: "(Binary data 772608 bytes, use -b option to extract)" */
JpgFromRaw?: BinaryField
/** ☆☆☆☆ ✔ Example: 845574 */
JpgFromRawLength?: number
Expand Down Expand Up @@ -707,7 +707,7 @@ export interface EXIFTags {
OffsetTimeOriginal?: string
/** ★★★★ ✔ Example: 8 */
Orientation?: number
/** ☆☆☆☆ ✔ Example: "(Binary data 5146 bytes, use -b option to extract)" */
/** ☆☆☆☆ ✔ Example: "(Binary data 4798 bytes, use -b option to extract)" */
OtherImage?: BinaryField | string
/** ☆☆☆☆ ✔ Example: 941265 */
OtherImageLength?: number
Expand Down Expand Up @@ -2287,7 +2287,7 @@ export interface MakerNotesTags {
/** ☆☆☆☆ ✔ Example: 0 */
FineTuneOptSpotMetering?: number
/** ☆☆☆☆ Example: "2015:11:09 08:38" */
FirmwareDate?: string
FirmwareDate?: ExifDateTime | string
/** ☆☆☆☆ ✔ Example: "NX1_000000" */
FirmwareName?: string
/** ★☆☆☆ ✔ Example: "Rev01500000" */
Expand Down Expand Up @@ -3118,7 +3118,7 @@ export interface MakerNotesTags {
NDFilter?: string
/** ☆☆☆☆ ✔ Example: "Uncompressed (reduced to 12 bit)" */
NEFCompression?: string
/** ☆☆☆☆ ✔ Example: "(Binary data 624 bytes, use -b option to extract)" */
/** ☆☆☆☆ ✔ Example: "(Binary data 46 bytes, use -b option to extract)" */
NEFLinearizationTable?: BinaryField | string
/** ☆☆☆☆ Example: "Off (0 2)" */
NeutralDensityFilter?: string
Expand Down Expand Up @@ -4043,7 +4043,7 @@ export interface XMPTags {
CameraProfileDigest?: string
/** ☆☆☆☆ Example: "Rear" */
CameraUnit?: string
/** ☆☆☆☆ ✔ Example: [{"Camera":{"DepthMap":{"ConfidenceURI":"android/confiden…cal"}}] */
/** ☆☆☆☆ ✔ Example: [{"DepthMap":{"ConfidenceURI":"android/confidencemap","De…ical"}] */
Cameras?: Struct[]
/** ☆☆☆☆ ✔ Example: "Photo" */
CaptureMode?: string
Expand Down Expand Up @@ -4079,7 +4079,7 @@ export interface XMPTags {
ColorSpace?: string
/** ☆☆☆☆ ✔ Example: "" */
Colorlabels?: string
/** ☆☆☆☆ ✔ Example: {"Directory":[{"Item":{"DataURI":"primary_image","Length"…eg"}}]} */
/** ☆☆☆☆ ✔ Example: {"Directory":[{"DataURI":"primary_image","Length":0,"Mime…peg"}]} */
Container?: Struct
/** ☆☆☆☆ ✔ Example: false */
ConvertToGrayscale?: boolean
Expand Down Expand Up @@ -4379,7 +4379,7 @@ export interface XMPTags {
PreservedFileName?: string
/** ☆☆☆☆ ✔ Example: 11 */
ProcessVersion?: number
/** ☆☆☆☆ ✔ Example: [{"Profile":{"CameraIndices":[0],"Type":"DepthPhoto"}}] */
/** ☆☆☆☆ ✔ Example: [{"CameraIndices":[0],"Type":"DepthPhoto"}] */
Profiles?: Struct[]
/** ☆☆☆☆ ✔ Example: "equirectangular" */
ProjectionType?: string
Expand Down Expand Up @@ -4521,7 +4521,7 @@ export interface XMPTags {
* devices (like iPhones) An example value, JSON stringified, follows the
* popularity ratings.
*
* Autogenerated by "yarn mktags" by ExifTool 12.55 on Thu Feb 02 2023.
* Autogenerated by "yarn mktags" by ExifTool 12.55 on Sun Feb 05 2023.
* 3029 unique tags were found in 10079 photo and video files.
*/
export interface Tags
Expand Down

0 comments on commit a4ae314

Please sign in to comment.