How APNG to JPEG conversion works
APNG decode → normalized image frames → JPEG encode
Reading APNG
APNG input is read as PNG-compatible frames with frame delays, looping, and full alpha.
Creating JPEG
JPEG output is widely compatible but has no alpha channel or animation; transparent pixels require a background color.