How AVIF to JPEG conversion works
AVIF decode → normalized image frames → JPEG encode
Reading AVIF
AVIF input may contain high-efficiency pixels, alpha, HDR color data, and animation frames.
Creating JPEG
JPEG output is widely compatible but has no alpha channel or animation; transparent pixels require a background color.