Skip to content

Commit

Permalink
rebuild tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed May 10, 2023
1 parent 194a3f7 commit b18ce3c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -815,15 +815,15 @@ 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
/** ☆☆☆☆ ✔ Example: "(Binary data 447 bytes, use -b option to extract)" */
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b18ce3c

Please sign in to comment.