9.2 Core Webp image style desaturates image color

Created on 20 October 2021, about 3 years ago
Updated 1 May 2024, 8 months ago

Problem/Motivation

After upgrading to Drupal 9.2, I was excited to use the core Webp image style. Though implementing the Convert to Webp image style desaturates the color of the photo quite a bit. See attached image comparison for an example.

Is there any way to prevent this?

Thanks!

πŸ› Bug report
Status

Closed: duplicate

Version

9.4

Component
Image systemΒ  β†’

Last updated 1 day ago

Created by

πŸ‡ΊπŸ‡ΈUnited States chucksimply

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States kevinquillen

    Just wanted to add an update here - if the image being converted has a color profile that is Adobe RGB 1998, or other ICC profiles, this is going to be lost on conversion (GD2 does not support profiles). As a result, you will get a duller looking image.

    It's the color space used on the internet, most computer monitors and mobile devices. The Adobe RGB 1998 color space has a gamut that's over 30% larger than sRGB. This means there are more colors and they tend to be more vibrant.

Production build 0.71.5 2024