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

YUV in JPEG in fixed point #2387

Merged
merged 6 commits into from
Nov 30, 2024
Merged

Conversation

awxkee
Copy link
Contributor

@awxkee awxkee commented Nov 29, 2024

YUV in JPEG encoding as per #2386

Fixes #2386, Fixes #2311

Here is result of #2311 after 100 encoding iterations

jpg

Actually I might still note sometimes slightly more greener images and over time there is still areas with artifacts that means at some other place is likely also rounding errors occurs.

@awxkee awxkee marked this pull request as draft November 29, 2024 15:34
@awxkee awxkee marked this pull request as ready for review November 29, 2024 15:47
@awxkee
Copy link
Contributor Author

awxkee commented Nov 29, 2024

Seems CI errors unrelated to this PR

Copy link
Member

@HeroicKatora HeroicKatora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to other reviewers: jpeg encoding as implemented runs on an 8-bit image in all cases.

@HeroicKatora HeroicKatora merged commit 7495e4b into image-rs:main Nov 30, 2024
30 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixed point in JPEG encoder Increased generation loss in JPEG encoder
2 participants