exiftool-vendored.exe 12.76.0 → 12.80.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.
Files changed (55) hide show
  1. package/bin/exiftool_files/Changes +79 -4
  2. package/bin/exiftool_files/README +3 -3
  3. package/bin/exiftool_files/config_files/acdsee.config +37 -57
  4. package/bin/exiftool_files/config_files/example.config +16 -2
  5. package/bin/exiftool_files/exiftool.pl +87 -29
  6. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +12 -9
  7. package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +7 -1
  8. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +52 -4
  9. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +3 -0
  10. package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +5 -3
  11. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/cs.pm +978 -0
  12. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/de.pm +1975 -0
  13. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/en_ca.pm +44 -0
  14. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/en_gb.pm +124 -0
  15. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/es.pm +2921 -0
  16. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/fi.pm +1116 -0
  17. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/fr.pm +3171 -0
  18. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/it.pm +2750 -0
  19. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/ja.pm +10256 -0
  20. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/ko.pm +4499 -0
  21. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/nl.pm +1270 -0
  22. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/pl.pm +3019 -0
  23. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/ru.pm +18220 -0
  24. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/sk.pm +441 -0
  25. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/sv.pm +714 -0
  26. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/tr.pm +452 -0
  27. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/zh_cn.pm +2225 -0
  28. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/zh_tw.pm +72 -0
  29. package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.dat +0 -0
  30. package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.pm +775 -0
  31. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +8 -1
  32. package/bin/exiftool_files/lib/Image/ExifTool/HtmlDump.pm +2 -1
  33. package/bin/exiftool_files/lib/Image/ExifTool/Import.pm +5 -2
  34. package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +15 -10
  35. package/bin/exiftool_files/lib/Image/ExifTool/MWG.pm +1 -0
  36. package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +19 -4
  37. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +2 -2
  38. package/bin/exiftool_files/lib/Image/ExifTool/Ogg.pm +3 -2
  39. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +3 -1
  40. package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +17 -17
  41. package/bin/exiftool_files/lib/Image/ExifTool/PDF.pm +5 -5
  42. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +1 -1
  43. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +183 -11
  44. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +253 -237
  45. package/bin/exiftool_files/lib/Image/ExifTool/README +6 -5
  46. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +2624 -2520
  47. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +184 -4
  48. package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +15 -1
  49. package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +1 -1
  50. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +59 -8
  51. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +17 -2
  52. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +64 -0
  53. package/bin/exiftool_files/lib/Image/ExifTool.pm +249 -47
  54. package/bin/exiftool_files/lib/Image/ExifTool.pod +57 -25
  55. package/package.json +3 -3
@@ -176,11 +176,12 @@ key:
176
176
  where tags have variable namespaces (in this case each tag must have a
177
177
  Namespace entry).
178
178
 
179
- PREFERRED : Set to true if the tags in this table should always be added when
180
- writing information. Overrides the order specified by SetNewGroups(). When
181
- this feature is used, it may also be desirable to specify a preferred group
182
- when calling InitWriteDirs() to write these tags; this avoids creating other
183
- directories for tags which are already being creating in the preferred group.
179
+ PREFERRED : Set if the tags in this table should always be added when writing
180
+ information. Higher number are higher precedence. Overrides the order
181
+ specified by SetNewGroups(). When this feature is used, it may also be
182
+ desirable to specify a preferred group when calling InitWriteDirs() to write
183
+ these tags -- this avoids creating other directories for tags which are
184
+ already being creating in the preferred group.
184
185
 
185
186
  PERMANENT : Tags in this table are Permanent, and can't be deleted. Maker
186
187
  notes tags are Permanent by default, without the need to set this property.