We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per ISO/DIS 12234-2:
Time Zone Offset (in hours) of DateTimeOriginal tag-value relative to Greenwich Mean Time
and:
The allowed values are -12 to +11.
but:
Piexif/piexif/_exif.py
Line 104 in 3422fbe
then:
Piexif/piexif/_dump.py
Lines 206 to 209 in 3422fbe
Lines 173 to 174 in 3422fbe
where L is unsigned long, causing ⬇️ for dump with any negative offset.
L
dump
struct.error: argument out of range
The text was updated successfully, but these errors were encountered:
Fix for this will go in after #122
Sorry, something went wrong.
No branches or pull requests
Per ISO/DIS 12234-2:
and:
but:
Piexif/piexif/_exif.py
Line 104 in 3422fbe
then:
Piexif/piexif/_dump.py
Lines 206 to 209 in 3422fbe
and:
Piexif/piexif/_dump.py
Lines 173 to 174 in 3422fbe
where
L
is unsigned long, causing ⬇️ fordump
with any negative offset.The text was updated successfully, but these errors were encountered: