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 EXIF data being lost on lossless JPEG transformations #306

Merged
merged 8 commits into from
Jun 21, 2024

Conversation

qbnu
Copy link
Contributor

@qbnu qbnu commented May 24, 2024

Fixes #245

@qbnu qbnu marked this pull request as ready for review May 24, 2024 06:02
@sylikc
Copy link
Owner

sylikc commented May 24, 2024

Hey @qbnu welcome back. I'm on travel and will look at all this new stuff next week. Thanks for the new fixes... Lol I had ideas a few months back but got caught up

@sylikc
Copy link
Owner

sylikc commented Jun 19, 2024

btw, Is it worthwhile to change all of the old turbojpeg 1 API calls to turbojpeg 3 API calls?

@qbnu
Copy link
Contributor Author

qbnu commented Jun 20, 2024

@sylikc I switched the API calls but I don't think it makes a difference right now. The old calls just use the TJ3 API with some extra checks. You can just take the first 2 commits if you want.

@sylikc sylikc merged commit 8692ff5 into sylikc:master Jun 21, 2024
4 checks passed
@sylikc sylikc added bug Something isn't working format support Related to add/remove/change of a specific format support. labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working format support Related to add/remove/change of a specific format support.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exif data loss after lossless transformations.
2 participants