How WebP to APNG conversion works
WebP decode → normalized image frames → APNG encode
Reading WebP
WebP input may contain lossy or lossless pixels, alpha, and multiple animation frames.
Creating APNG
APNG output preserves full-color animation and alpha, but file sizes can be larger than modern animated formats.