How PNG to JPEG conversion works
PNG decode → normalized image frames → JPEG encode
Reading PNG
PNG input preserves lossless pixels, transparency, and compatible color information.
Creating JPEG
JPEG output is widely compatible but has no alpha channel or animation; transparent pixels require a background color.