exiftool-vendored 28.1.0 → 28.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -25,6 +25,10 @@ vendored versions of ExifTool match the version that they vendor.
25
25
 
26
26
  ## Version history
27
27
 
28
+ ### v28.2.0
29
+
30
+ - 🌱/✨/🐞 ExifTool upgraded to [v12.91](https://exiftool.org/history.html#12.89). Notably, the shebang line has changed from `/usr/bin/perl` to `/usr/bin/env perl`. The [exiftool-vendored.pl package](https://github.com/photostructure/exiftool-vendored.pl/blob/9606de60669da56908c472b8b964f7fd17784df8/update.sh#L24) works around [a new error from this shebang line](https://exiftool.org/forum/index.php?topic=16271.0).
31
+
28
32
  ### v28.1.0
29
33
 
30
34
  - 📦 Add tests for [#187](https://github.com/photostructure/exiftool-vendored.js/issues/187)
package/dist/Tags.d.ts CHANGED
@@ -17,7 +17,7 @@ import { Version } from "./Version";
17
17
  export interface ExifToolTags {
18
18
  /** ☆☆☆☆ ✔ Example: "File is empty" */
19
19
  Error?: string;
20
- /** ★★★★ ✔ Example: 12.89 */
20
+ /** ★★★★ ✔ Example: 12.91 */
21
21
  ExifToolVersion?: number;
22
22
  /** ☆☆☆☆ Example: "path/to/file.jpg" */
23
23
  SourceFile?: string;
@@ -43,11 +43,11 @@ export interface FileTags {
43
43
  EncodingProcess?: string;
44
44
  /** ★★★★ ✔ Example: "Little-endian (Intel, II)" */
45
45
  ExifByteOrder?: string;
46
- /** ★★★★ ✔ Example: "2024:07:20 20:43:33-07:00" */
46
+ /** ★★★★ ✔ Example: "2024:07:24 15:00:26-07:00" */
47
47
  FileAccessDate?: ExifDateTime | string;
48
48
  /** ☆☆☆☆ Example: */
49
49
  FileCreateDate?: ExifDateTime | string;
50
- /** ★★★★ ✔ Example: "2024:07:20 19:47:47-07:00" */
50
+ /** ★★★★ ✔ Example: "2024:07:23 22:26:27-07:00" */
51
51
  FileInodeChangeDate?: ExifDateTime | string;
52
52
  /** ★★★★ ✔ Example: "2024:06:15 18:39:22-07:00" */
53
53
  FileModifyDate?: ExifDateTime | string;
@@ -338,7 +338,7 @@ export interface APPTags {
338
338
  CreatorSoftware?: string;
339
339
  /** ☆☆☆☆ Example: "2013:03:12 16:31:26" */
340
340
  DateTimeGenerated?: ExifDateTime | string;
341
- /** ☆☆☆☆ Example: "(Binary data 1998654 bytes, use -b option to extract)" */
341
+ /** ☆☆☆☆ Example: "(Binary data 1011393 bytes, use -b option to extract)" */
342
342
  EmbeddedImage?: BinaryField | string;
343
343
  /** ☆☆☆☆ Example: 960 */
344
344
  EmbeddedImageHeight?: number;
@@ -346,6 +346,8 @@ export interface APPTags {
346
346
  EmbeddedImageType?: string;
347
347
  /** ☆☆☆☆ Example: 640 */
348
348
  EmbeddedImageWidth?: number;
349
+ /** ☆☆☆☆ Example: 1 */
350
+ Emissivity?: number;
349
351
  /** ☆☆☆☆ Example: "46.1 deg" */
350
352
  FieldOfView?: string;
351
353
  /** ☆☆☆☆ Example: "NOF" */
@@ -428,12 +430,10 @@ export interface APPTags {
428
430
  Real2IR?: number;
429
431
  /** ☆☆☆☆ Example: "26.7 C" */
430
432
  ReflectedApparentTemperature?: string;
431
- /** ☆☆☆☆ Example: "41 110 240" */
432
- UnderflowColor?: string;
433
- /** ☆☆☆☆ Example: 1 */
434
- Emissivity?: number;
435
433
  /** ☆☆☆☆ Example: "80.0 %" */
436
434
  RelativeHumidity?: string;
435
+ /** ☆☆☆☆ Example: "41 110 240" */
436
+ UnderflowColor?: string;
437
437
  /** ☆☆☆☆ Example: 45 */
438
438
  Compass?: string;
439
439
  /** ☆☆☆☆ ✔ Example: 800 */
@@ -479,7 +479,7 @@ export interface FlashPixTags {
479
479
  ExtensionName?: string;
480
480
  /** ☆☆☆☆ ✔ Example: "Invalidated By Modification" */
481
481
  ExtensionPersistence?: string;
482
- /** ☆☆☆☆ ✔ Example: "(Binary data 57881 bytes, use -b option to extract)" */
482
+ /** ☆☆☆☆ ✔ Example: "(Binary data 46285 bytes, use -b option to extract)" */
483
483
  ScreenNail?: BinaryField | string;
484
484
  /** ☆☆☆☆ ✔ Example: 1 */
485
485
  UsedExtensionNumbers?: number;
@@ -712,7 +712,7 @@ export interface EXIFTags {
712
712
  InteropIndex?: string;
713
713
  /** ★★★★ ✔ Example: "undef undef undef" */
714
714
  InteropVersion?: string;
715
- /** ☆☆☆☆ ✔ Example: "(Binary data 772608 bytes, use -b option to extract)" */
715
+ /** ☆☆☆☆ ✔ Example: "(Binary data 532480 bytes, use -b option to extract)" */
716
716
  JpgFromRaw?: BinaryField;
717
717
  /** ☆☆☆☆ ✔ Example: 845574 */
718
718
  JpgFromRawLength?: number;
@@ -868,7 +868,7 @@ export interface EXIFTags {
868
868
  SubjectDistanceRange?: string;
869
869
  /** ☆☆☆☆ ✔ Example: 1 */
870
870
  SubjectLocation?: number;
871
- /** ★★★★ ✔ Example: "(Binary data 10202 bytes, use -b option to extract)" */
871
+ /** ★★★★ ✔ Example: "(Binary data 12652 bytes, use -b option to extract)" */
872
872
  ThumbnailImage?: BinaryField;
873
873
  /** ★★★★ ✔ Example: 9998 */
874
874
  ThumbnailLength?: number;
@@ -880,7 +880,7 @@ export interface EXIFTags {
880
880
  TileByteCounts?: BinaryField | string;
881
881
  /** ☆☆☆☆ ✔ Example: 512 */
882
882
  TileLength?: number;
883
- /** ☆☆☆☆ ✔ Example: "(Binary data 508 bytes, use -b option to extract)" */
883
+ /** ☆☆☆☆ ✔ Example: "(Binary data 507 bytes, use -b option to extract)" */
884
884
  TileOffsets?: BinaryField | string;
885
885
  /** ☆☆☆☆ ✔ Example: 512 */
886
886
  TileWidth?: number;
@@ -1618,6 +1618,8 @@ export interface MakerNotesTags {
1618
1618
  AmbientTemperature?: string;
1619
1619
  /** ☆☆☆☆ Example: "95 F" */
1620
1620
  AmbientTemperatureFahrenheit?: string;
1621
+ /** ☆☆☆☆ ✔ Example: "On" */
1622
+ AntiFlicker?: string;
1621
1623
  /** ☆☆☆☆ ✔ Example: "Off" */
1622
1624
  ApertureLock?: string;
1623
1625
  /** ☆☆☆☆ ✔ Example: "Manual: Closed 64; Open 1; Auto: Closed 31; Open 6.3" */
@@ -1850,7 +1852,7 @@ export interface MakerNotesTags {
1850
1852
  CameraISO?: string;
1851
1853
  /** ☆☆☆☆ ✔ Example: "Unknown (155)" */
1852
1854
  CameraOrientation?: string;
1853
- /** ☆☆☆☆ ✔ Example: "(Binary data 8290 bytes, use -b option to extract)" */
1855
+ /** ☆☆☆☆ ✔ Example: "(Binary data 8412 bytes, use -b option to extract)" */
1854
1856
  CameraParameters?: BinaryField | string;
1855
1857
  /** ☆☆☆☆ ✔ Example: "User Defined 3" */
1856
1858
  CameraPictureStyle?: string;
@@ -2188,7 +2190,7 @@ export interface MakerNotesTags {
2188
2190
  DSPFirmwareVersion?: string;
2189
2191
  /** ☆☆☆☆ ✔ Example: "Yes" */
2190
2192
  DarkFocusEnvironment?: string;
2191
- /** ★★☆☆ ✔ Example: "(Binary data 114 bytes, use -b option to extract)" */
2193
+ /** ★★☆☆ ✔ Example: "(Binary data 260 bytes, use -b option to extract)" */
2192
2194
  DataDump?: BinaryField | string;
2193
2195
  /** ☆☆☆☆ ✔ Example: 8289 */
2194
2196
  DataScaling?: number;
@@ -2216,8 +2218,6 @@ export interface MakerNotesTags {
2216
2218
  DestinationCityCode?: string;
2217
2219
  /** ☆☆☆☆ ✔ Example: "Yes" */
2218
2220
  DestinationDST?: string;
2219
- /** ☆☆☆☆ ✔ Example: 200 */
2220
- DevelopmentDynamicRange?: number;
2221
2221
  /** ☆☆☆☆ ✔ Example: "SMX Video Camera" */
2222
2222
  DeviceType?: string;
2223
2223
  /** ☆☆☆☆ ✔ Example: "Normal" */
@@ -3468,7 +3468,7 @@ export interface MakerNotesTags {
3468
3468
  NEFBitDepth?: string;
3469
3469
  /** ☆☆☆☆ ✔ Example: "Uncompressed (reduced to 12 bit)" */
3470
3470
  NEFCompression?: string;
3471
- /** ☆☆☆☆ ✔ Example: "(Binary data 46 bytes, use -b option to extract)" */
3471
+ /** ☆☆☆☆ ✔ Example: "(Binary data 624 bytes, use -b option to extract)" */
3472
3472
  NEFLinearizationTable?: BinaryField | string;
3473
3473
  /** ☆☆☆☆ Example: "Off (Auto)" */
3474
3474
  NeutralDensityFilter?: string;
@@ -4741,7 +4741,7 @@ export interface XMPTags {
4741
4741
  GreenHue?: number;
4742
4742
  /** ☆☆☆☆ ✔ Example: 0 */
4743
4743
  GreenSaturation?: number;
4744
- /** ☆☆☆☆ ✔ Example: "(Binary data 53037 bytes, use -b option to extract)" */
4744
+ /** ☆☆☆☆ ✔ Example: "(Binary data 49603 bytes, use -b option to extract)" */
4745
4745
  HDRPMakerNote?: BinaryField | string;
4746
4746
  /** ☆☆☆☆ ✔ Example: false */
4747
4747
  HasCrop?: boolean;
@@ -5097,8 +5097,8 @@ export interface XMPTags {
5097
5097
  * - a checkmark if the tag is used by popular devices (like iPhones), and
5098
5098
  * - an example value, JSON stringified.
5099
5099
  *
5100
- * Autogenerated by "npm run mktags" by ExifTool 12.89 on Sun Jul 21 2024.
5101
- * 2754 unique tags were found in 10126 photo and video files.
5100
+ * Autogenerated by "npm run mktags" by ExifTool 12.91 on Wed Jul 24 2024.
5101
+ * 2755 unique tags were found in 10126 photo and video files.
5102
5102
  *
5103
5103
  * @see https://exiftool.org/TagNames/
5104
5104
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "28.1.0",
3
+ "version": "28.2.0",
4
4
  "description": "Efficient, cross-platform access to ExifTool",
5
5
  "main": "./dist/ExifTool.js",
6
6
  "types": "./dist/ExifTool.d.ts",
@@ -118,7 +118,7 @@
118
118
  "luxon": "^3.4.4"
119
119
  },
120
120
  "optionalDependencies": {
121
- "exiftool-vendored.exe": "12.89.0",
122
- "exiftool-vendored.pl": "12.89.0"
121
+ "exiftool-vendored.exe": "12.91.0",
122
+ "exiftool-vendored.pl": "12.91.0"
123
123
  }
124
124
  }