Re: [FFmpeg-devel] [PATCH 09/17] swscale: add ICC intent enum and option

2024-12-05 Thread Michael Niedermayer
On Thu, Dec 05, 2024 at 12:30:18PM +0100, Niklas Haas wrote: > From: Niklas Haas > > This setting can be used to infuence the type of tone and gamut mapping used > internally when color space conversions are required. As discussed at VDD'24, > the default was set to relative colorimetric clipping

[FFmpeg-devel] [PATCH 09/17] swscale: add ICC intent enum and option

2024-12-05 Thread Niklas Haas
From: Niklas Haas This setting can be used to infuence the type of tone and gamut mapping used internally when color space conversions are required. As discussed at VDD'24, the default was set to relative colorimetric clipping, which is approximately associative, surjective and idempotent. As suc