How AVIF to PNG conversion works
AVIF decode → normalized image frames → PNG encode
Reading AVIF
AVIF input may contain high-efficiency pixels, alpha, HDR color data, and animation frames.
Creating PNG
PNG output preserves lossless pixels and alpha, but this static target does not retain animation.