How SVG to WebP conversion works
SVG decode → normalized image frames → WebP encode
Reading SVG
SVG input is securely rasterized from vector shapes, text, gradients, and embedded assets before bitmap output.
Creating WebP
WebP output supports compact lossy or lossless images, alpha, and compatible animation frames.