From a4ae314e593e01b1e439587a8742a41b19d0c9c9 Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Sun, 5 Feb 2023 13:14:06 -0800 Subject: [PATCH] yarn mktags --- src/Tags.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Tags.ts b/src/Tags.ts index 7f22fe0c..ea113574 100644 --- a/src/Tags.ts +++ b/src/Tags.ts @@ -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 @@ -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 @@ -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 @@ -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" */ @@ -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 @@ -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 @@ -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 @@ -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 @@ -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