Re: [FFmpeg-devel] [PATCH v2 08/16] swscale: add ICC intent enum and option

2024-12-10 Thread Michael Niedermayer
Hi On Fri, Dec 06, 2024 at 03:32:07PM +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 clip

[FFmpeg-devel] [PATCH v2 08/16] swscale: add ICC intent enum and option

2024-12-06 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