LeoHsiao1 / pyexiv2

Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.
GNU General Public License v3.0
197 stars 39 forks source link

Can only read the image less than 2G and modify the image less than 1G. (Why???) #42

Closed dgtlmoon closed 3 years ago

dgtlmoon commented 3 years ago

In your README.md

Can only read the image less than 2G and modify the image less than 1G.

WHY? Please add a line in README.md to tell WHY this is

LeoHsiao1 commented 3 years ago

This is because Exiv2 uses a long variable to store the size of the image. Refer to my previous issue.

dgtlmoon commented 3 years ago

See https://github.com/LeoHsiao1/pyexiv2/pull/43

Try to be in the habit of adding as much information as possible so that people don't need to create silly issues like this one :)

dgtlmoon commented 3 years ago

I see the merge, thanks

github-actions[bot] commented 2 years ago

This issue has been automatically closed because there has been no activity for a month.