How PNG to WebP conversion works
PNG decode → normalized image frames → WebP encode
Reading PNG
PNG input preserves lossless pixels, transparency, and compatible color information.
Creating WebP
WebP output supports compact lossy or lossless images, alpha, and compatible animation frames.