exiftool-vendored.exe 12.82.1 → 12.84.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 (46) hide show
  1. package/bin/exiftool_files/Changes +37 -0
  2. package/bin/exiftool_files/README +3 -2
  3. package/bin/exiftool_files/build_geolocation +872 -0
  4. package/bin/exiftool_files/config_files/example.config +2 -2
  5. package/bin/exiftool_files/exiftool.pl +28 -6
  6. package/bin/exiftool_files/fmt_files/gpx.fmt +2 -1
  7. package/bin/exiftool_files/fmt_files/gpx_wpt.fmt +2 -1
  8. package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +51 -7
  9. package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +5 -2
  10. package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +18 -5
  11. package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +29 -0
  12. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +19 -2
  13. package/bin/exiftool_files/lib/Image/ExifTool/GM.pm +17 -8
  14. package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.dat +0 -0
  15. package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.pm +163 -101
  16. package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +18 -10
  17. package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +7 -6
  18. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +6 -1
  19. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +5 -0
  20. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +15 -6
  21. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +18 -9
  22. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +24 -5
  23. package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +2 -1
  24. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +165 -132
  25. package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +3 -0
  26. package/bin/exiftool_files/lib/Image/ExifTool.pm +45 -23
  27. package/bin/exiftool_files/lib/Image/ExifTool.pod +23 -14
  28. package/package.json +2 -2
  29. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/cs.pm +0 -978
  30. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/de.pm +0 -1975
  31. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/en_ca.pm +0 -44
  32. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/en_gb.pm +0 -124
  33. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/es.pm +0 -2921
  34. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/fi.pm +0 -1116
  35. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/fr.pm +0 -3171
  36. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/it.pm +0 -2750
  37. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/ja.pm +0 -10256
  38. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/ko.pm +0 -4499
  39. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/nl.pm +0 -1270
  40. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/pl.pm +0 -3019
  41. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/ru.pm +0 -18220
  42. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/sk.pm +0 -441
  43. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/sv.pm +0 -714
  44. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/tr.pm +0 -452
  45. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/zh_cn.pm +0 -2225
  46. package/bin/exiftool_files/lib/Image/ExifTool/GeoLang/zh_tw.pm +0 -72

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.