alistair7
alistair7
I wrote some code using the encoder API that was accidentally setting the blend mode for the first/only frame to `JXL_BLEND_BLEND`. Under specific conditions, this produces a file that fails...
If you pass a grayscale image to the encoder API (num_color_channels = 1), and you don't set a color profile, it defaults to a gray SRGB/linear profile. But when it...
### Description Proposal to relax the restriction on using reference frame 3 in the encoder API. 2034ef1 made reference 3 reserved in all cases. This PR allows it to be...