Closed (fixed)
Project:
Kraken
Version:
8.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2026 at 07:24 UTC
Updated:
6 May 2026 at 09:00 UTC
Jump to comment: Most recent
The current WebP conversion implementation in the Kraken module does not allow generating lossless WebP images, even when that would be the desired output.
From reviewing the implementation, the module appears to always rely on lossy compression parameters when converting images to WebP. This prevents use cases where image fidelity must be preserved (e.g. assets, UI elements, or pre-optimized images).
I used ChatGPT to format and formulate this summary based on my observations, for clarity, clean up language, and check grammar.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
andreisandu commentedComment #3
andreisandu commentedComment #5
steven jones commentedComment #6
steven jones commentedLooks good.
Comment #8
steven jones commentedThanks! I've committed this.