Skip to content
New issue

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

Fix the issue when EXIF orientation does not keep during the libwebp encoding #96

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

dreampiggy
Copy link
Contributor

Solution

Using transform currently

This close #91

@dreampiggy
Copy link
Contributor Author

Just a quick prototype

In the future, I'll using libwebp to read and write "EXIF" metadata chunk in webp container file format. No need to allocate memory and do transform

References: https://developers.google.com/speed/webp/docs/riff_container#extended_file_format

@dreampiggy dreampiggy added the encoding WebP Encoding related label Feb 4, 2024
@dreampiggy dreampiggy force-pushed the bugfix_exif_orientation_encode branch 2 times, most recently from 3b0a84e to 5b8d1ce Compare February 4, 2024 10:58
@dreampiggy dreampiggy force-pushed the bugfix_exif_orientation_encode branch from 5b8d1ce to ee4f321 Compare February 4, 2024 11:00
@dreampiggy dreampiggy merged commit 76423a1 into master Feb 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
encoding WebP Encoding related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image is upside down after webp compression
1 participant