How APNG to WebP conversion works
APNG decode → normalized image frames → WebP encode
Reading APNG
APNG input is read as PNG-compatible frames with frame delays, looping, and full alpha.
Creating WebP
WebP output supports compact lossy or lossless images, alpha, and compatible animation frames.