Skip to content

Commit

Permalink
Merge pull request #146 from cmahnke/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
LeoHsiao1 authored Aug 16, 2024
2 parents 5e7b580 + 95a433e commit cbc6765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Read and write image metadata, including [EXIF](https://en.wikipedia.org/wiki/Ex
- Base on C++ API of [Exiv2](https://exiv2.org/index.html) and wrapped with [pybind11](https://github.com/pybind/pybind11).
- Supports running on 64bit Linux, MacOS and Windows, with CPython(≥3.6) interpreter.
- [Supports various image metadata](https://exiv2.org/metadata.html)
- [Supports various image formats](https://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats)
- [Supports various image formats](https://exiv2.org/manpage.html#file_types)
- Supports opening images based on the file path or from bytes data.
- Supports Unicode characters that contained in image path or metadata.

Expand Down

0 comments on commit cbc6765

Please sign in to comment.