libjxl
libjxl copied to clipboard
Support JxlDecoderFlushImage() before DC image is ready.
Currently we return an error if JxlDecoderFlushImage() is called before all the DC image is decoded. We should instead implement something that renders whatever coefficients we already have.