Skip to content

Commit

Permalink
rebuild tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 5, 2022
1 parent 14240fd commit e152caf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/Tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export interface FileTags {
CurrentIPTCDigest?: string
/** ★★★★ ✔ Example: "/home/username/pictures" */
Directory?: string
/** ★★★★ ✔ Example: "2022:11:08 11:59:11-08:00" */
/** ★★★★ ✔ Example: "2022:12:05 13:37:20-08:00" */
FileAccessDate?: ExifDateTime | string
/** ★★★★ ✔ Example: "2022:11:08 11:17:59-08:00" */
/** ★★★★ ✔ Example: "2022:12:05 11:28:11-08:00" */
FileInodeChangeDate?: ExifDateTime | string
/** ★★★★ ✔ Example: "2022:10:13 13:19:48-07:00" */
FileModifyDate?: ExifDateTime | string
Expand Down Expand Up @@ -208,7 +208,7 @@ export interface APP1Tags {
CreatorSoftware?: string
/** ☆☆☆☆ Example: "2013:03:12 16:31:26" */
DateTimeGenerated?: ExifDateTime | string
/** ☆☆☆☆ Example: "(Binary data 1011393 bytes, use -b option to extract)" */
/** ☆☆☆☆ Example: "(Binary data 1998654 bytes, use -b option to extract)" */
EmbeddedImage?: BinaryField | string
/** ☆☆☆☆ Example: 960 */
EmbeddedImageHeight?: number
Expand Down Expand Up @@ -917,7 +917,7 @@ export interface FlashPixTags {
ExtensionName?: string
/** ☆☆☆☆ ✔ Example: "Invalidated By Modification" */
ExtensionPersistence?: string
/** ☆☆☆☆ ✔ Example: "(Binary data 46285 bytes, use -b option to extract)" */
/** ☆☆☆☆ ✔ Example: "(Binary data 57881 bytes, use -b option to extract)" */
ScreenNail?: BinaryField | string
/** ☆☆☆☆ ✔ Example: 1 */
UsedExtensionNumbers?: number
Expand Down Expand Up @@ -1070,7 +1070,7 @@ export interface PhotoshopTags {
PhotoshopFormat?: string
/** ☆☆☆☆ ✔ Example: 9 */
PhotoshopQuality?: number
/** ☆☆☆☆ ✔ Example: "(Binary data 4291 bytes, use -b option to extract)" */
/** ☆☆☆☆ ✔ Example: "(Binary data 5768 bytes, use -b option to extract)" */
PhotoshopThumbnail?: BinaryField | string
/** ☆☆☆☆ ✔ Example: 1 */
PixelAspectRatio?: number
Expand Down Expand Up @@ -2250,7 +2250,7 @@ export interface MakerNotesTags {
FEMicroadjustment?: string
/** ☆☆☆☆ ✔ Example: "Unknown (II*)" */
FaceDetect?: string
/** ☆☆☆☆ ✔ Example: "(Binary data 191 bytes, use -b option to extract)" */
/** ☆☆☆☆ ✔ Example: "(Binary data 383 bytes, use -b option to extract)" */
FaceDetectArea?: BinaryField | string
/** ☆☆☆☆ ✔ Example: "0 26 640 428 0 26 640 428 0 0 0 0" */
FaceDetectFrameCrop?: string
Expand Down Expand Up @@ -4049,7 +4049,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 @@ -4085,7 +4085,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 @@ -4375,7 +4375,7 @@ export interface XMPTags {
PreservedFileName?: string
/** ☆☆☆☆ ✔ Example: 11 */
ProcessVersion?: number
/** ☆☆☆☆ ✔ Example: [{"Profile":{"CameraIndices":[0],"Type":"DepthPhoto"}}] */
/** ☆☆☆☆ ✔ Example: [{"CameraIndices":[0],"Type":"DepthPhoto"}] */
Profiles?: Struct[]
/** ☆☆☆☆ ✔ Example: "P2030414.jpg" */
RawFileName?: string
Expand Down Expand Up @@ -4517,7 +4517,7 @@ export interface XMPTags {
* devices (like iPhones) An example value, JSON stringified, follows the
* popularity ratings.
*
* Autogenerated by "yarn mktags" by ExifTool 12.50 on Tue Nov 08 2022.
* Autogenerated by "yarn mktags" by ExifTool 12.50 on Mon Dec 05 2022.
* 2979 unique tags were found in 10022 photo and video files.
*/
export interface Tags
Expand Down

0 comments on commit e152caf

Please sign in to comment.