Skip to content
  • Jehan's avatar
    Issue #3253: exporting to webp from 32-bit float linear image... · 7a4b313b
    Jehan authored
    ... produces incorrect result.
    Similar to previous fixes to JPEG and PNG exporters. Here WebP always
    export 8-bit per channel colors, so let's always keep it non-linear.
    Simply when the original data was linear, if we save the profile,
    convert it to sRGB before exporting.
    7a4b313b