Skip to content

Commit

Permalink
Add support for geolocation
Browse files Browse the repository at this point in the history
- default option to false
- add tag interface to mktags
- add switched read tests
- change testImg to used destructured object for parameters
- extract tz from Geolocation if present (avoids tz-lookup call)
  • Loading branch information
mceachen committed Mar 26, 2024
1 parent 60d4bab commit 339c876
Show file tree
Hide file tree
Showing 16 changed files with 700 additions and 525 deletions.
1 change: 1 addition & 0 deletions src/DefaultExifToolOptions.ts
Expand Up @@ -39,6 +39,7 @@ export const DefaultExifToolOptions: Omit<
backfillTimezones: true,
defaultVideosToUTC: true,
geoTz: geoTz,
geolocation: false,
ignoreZeroZeroLatLon: true,
imageHashType: false,
includeImageDataMD5: undefined,
Expand Down

0 comments on commit 339c876

Please sign in to comment.