Skip to content

fix: Change webp processing lib (#34082)#34842

Merged
dsilvam merged 2 commits intomainfrom
issue-34082-webp-images-degradation
Mar 9, 2026
Merged

fix: Change webp processing lib (#34082)#34842
dsilvam merged 2 commits intomainfrom
issue-34082-webp-images-degradation

Conversation

@gortiz-dotcms
Copy link
Contributor

@gortiz-dotcms gortiz-dotcms commented Mar 3, 2026

This change of lib fixes the quality loss problem for webps on the preview and on S3.

This PR fixes: #34082

This PR fixes: #34082

@github-actions github-actions bot added the Area : Backend PR changes Java/Maven backend code label Mar 3, 2026
@gortiz-dotcms gortiz-dotcms changed the title fix: add webp lib and remove broken one (#34082) fix: Change webp processing lib (#34082) Mar 4, 2026
@gortiz-dotcms gortiz-dotcms requested a review from wezell March 5, 2026 14:27
Copy link
Contributor

@wezell wezell left a comment

Choose a reason for hiding this comment

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

Surprised this works in Java 11 but there it is

@gortiz-dotcms gortiz-dotcms marked this pull request as ready for review March 9, 2026 17:31
@dsilvam dsilvam added this pull request to the merge queue Mar 9, 2026
Merged via the queue into main with commit 845e162 Mar 9, 2026
43 checks passed
@dsilvam dsilvam deleted the issue-34082-webp-images-degradation branch March 9, 2026 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area : Backend PR changes Java/Maven backend code

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

WebP images are being re-encoded with lossy compression when uploaded, altering image quality

4 participants