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

Re-compression of pictures that are already well compressed #2989

Open
Johan-foreva opened this issue Mar 9, 2025 · 0 comments
Open

Re-compression of pictures that are already well compressed #2989

Johan-foreva opened this issue Mar 9, 2025 · 0 comments

Comments

@Johan-foreva
Copy link

Pitch

Yes, one can understand when a picture is huge (in pixels or megabytes) and it is resized and re-compressed in WebP. WebP is a good format. But why to compress lossy, if the original picture arrives already in WebP and weighs less than the result? The same applies to JPEG, but for some reason does not affect PNG, while it can always be compressed in WebP without loss, getting a benefit in size.

It would be good to add minimal input format checking and not to take unnecessary actions if they will knowingly degrade the image but not give a gain in size.

Motivation

This will make life easier for authors who understand and use compression correctly, as well as for subscribers.

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

No branches or pull requests

1 participant