diff --git a/src/Tags.ts b/src/Tags.ts index 328cd998..159737f5 100644 --- a/src/Tags.ts +++ b/src/Tags.ts @@ -13,7 +13,7 @@ import { Version } from "./Version" export interface ExifToolTags { /** ☆☆☆☆ ✔ Example: "File is empty" */ Error?: string - /** ★★★★ ✔ Example: 12.6 */ + /** ★★★★ ✔ Example: 12.62 */ ExifToolVersion?: number /** ☆☆☆☆ ✔ Example: "Unrecognized IPTC record 0 (ignored)" */ Warning?: string @@ -32,7 +32,7 @@ export interface FileTags { CurrentIPTCDigest?: string /** ★★★★ ✔ Example: "/home/username/pictures" */ Directory?: string - /** ★★★★ ✔ Example: "2023:04:13 09:42:58-07:00" */ + /** ★★★★ ✔ Example: "2023:05:10 10:11:03-07:00" */ FileAccessDate?: ExifDateTime | string /** ★★★★ ✔ Example: "2023:04:13 09:42:48-07:00" */ FileInodeChangeDate?: ExifDateTime | string @@ -815,7 +815,7 @@ export interface EXIFTags { SubjectDistance?: string /** ★★★☆ ✔ Example: "Unknown (4400)" */ SubjectDistanceRange?: string - /** ★★★★ ✔ Example: "(Binary data 39781 bytes, use -b option to extract)" */ + /** ★★★★ ✔ Example: "(Binary data 10202 bytes, use -b option to extract)" */ ThumbnailImage?: BinaryField /** ☆☆☆☆ ✔ Example: "(Binary data 57816 bytes, use -b option to extract)" */ ThumbnailTIFF?: BinaryField @@ -823,7 +823,7 @@ export interface EXIFTags { TileByteCounts?: BinaryField | string /** ☆☆☆☆ ✔ Example: 512 */ TileLength?: number - /** ☆☆☆☆ ✔ Example: "(Binary data 508 bytes, use -b option to extract)" */ + /** ☆☆☆☆ ✔ Example: "(Binary data 507 bytes, use -b option to extract)" */ TileOffsets?: BinaryField | string /** ☆☆☆☆ ✔ Example: 512 */ TileWidth?: number @@ -2010,7 +2010,7 @@ export interface MakerNotesTags { DSPFirmwareVersion?: string /** ☆☆☆☆ ✔ Example: "Yes" */ DarkFocusEnvironment?: string - /** ★★☆☆ ✔ Example: "(Binary data 280 bytes, use -b option to extract)" */ + /** ★★☆☆ ✔ Example: "(Binary data 114 bytes, use -b option to extract)" */ DataDump?: BinaryField | string /** ☆☆☆☆ ✔ Example: 8289 */ DataScaling?: number @@ -3982,7 +3982,7 @@ export interface MakerNotesTags { YCbCrPositioning?: string /** ☆☆☆☆ Example: 0.83734368 */ Yaw?: number - /** ☆☆☆☆ ✔ Example: 93.8 */ + /** ☆☆☆☆ ✔ Example: 99 */ YawAngle?: number /** ☆☆☆☆ Example: 2006 */ YearCreated?: number @@ -4531,7 +4531,7 @@ export interface XMPTags { * devices (like iPhones) An example value, JSON stringified, follows the * popularity ratings. * - * Autogenerated by "yarn mktags" by ExifTool 12.60 on Thu Apr 13 2023. + * Autogenerated by "yarn mktags" by ExifTool 12.62 on Wed May 10 2023. * 3076 unique tags were found in 10085 photo and video files. */ export interface Tags