How SVG to GIF conversion works
SVG decode → normalized image frames → GIF encode
Reading SVG
SVG input is securely rasterized from vector shapes, text, gradients, and embedded assets before bitmap output.
Creating GIF
GIF output uses a limited palette and simple transparency, so photographs and smooth gradients may lose detail.