Skip to content

Commit

Permalink
fix dangling paren. mention PhotoStructure.
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Oct 11, 2023
1 parent 4b18c05 commit 591ff4a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@

1. **Best-of-class cross-platform performance and reliability**.

_Expect [an order of magnitude faster performance](#performance) than other packages._
This is the module that [PhotoStructure](https://photostructure.com) uses for all metadata reading and writing.

1. Proper extraction of
Expect [an order of magnitude faster performance](#performance) than other Node.js ExifTool modules.

- **dates** with [correct timezone offset encoding, when available](#dates))
1. Best-effort extraction of

- **dates** with [correct timezone offset encoding](#dates)
- **latitudes & longitudes** as floats (where negative values indicate west or south of the meridian)

1. Support for
Expand All @@ -29,7 +31,7 @@
different camera makes and models (see an [example](https://photostructure.github.io/exiftool-vendored.js/interfaces/EXIFTags.html))

1. **Automated updates** to ExifTool ([as new versions come out
monthly](https://exiftool.org/history.html))
frequently](https://exiftool.org/history.html))

1. **Robust test coverage**, performed with on [macOS, Linux, and
Windows](https://github.com/photostructure/exiftool-vendored.js/actions?query=workflow%3A%22Node.js+CI%22)
Expand Down

0 comments on commit 591ff4a

Please sign in to comment.