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
webp
In version 9.3.0 Pillow allows to save EXIF for WEBP format without firsts 6 bytes b'Exif\x00\x00' python-pillow/Pillow#6582
b'Exif\x00\x00'
This code
pillow_heif/pillow_heif/private.py
Line 162 in 0430fcb
pillow_heif/pillow_heif/misc.py
Line 37 in 0430fcb
The text was updated successfully, but these errors were encountered:
Resolves #44
516bccc
Resolves #44 (#46)
7144557
Successfully merging a pull request may close this issue.
In version 9.3.0 Pillow allows to save EXIF for WEBP format without firsts 6 bytes
b'Exif\x00\x00'
python-pillow/Pillow#6582
This code
pillow_heif/pillow_heif/private.py
Line 162 in 0430fcb
And this throws and exception during parsing EXIF:
pillow_heif/pillow_heif/misc.py
Line 37 in 0430fcb
The text was updated successfully, but these errors were encountered: