How WebP to PNG conversion works
WebP decode → normalized image frames → PNG encode
Reading WebP
WebP input may contain lossy or lossless pixels, alpha, and multiple animation frames.
Creating PNG
PNG output preserves lossless pixels and alpha, but this static target does not retain animation.