jpegxl-rs
jpegxl-rs copied to clipboard
encode() Does Not Respect ColorEncoding
When ColorEncoding
is set to luma, num_channels
should be 1. However, in the current code, if luma is used, the pixel_format()
of EncoderFrame
always returns num_channels
as 3. This should be 1.