jarvisbox

SVG 转 GIF

将 SVG(或短动画 SVG)栅格化为指定尺寸的 GIF。

100% client-side · ffmpeg.wasm · no upload

Pick an SVG file to begin.

How to convert SVG to GIF

  1. Pick your .svg file.
  2. Pick the output pixel width. SVG scales perfectly — go large for retina screens.
  3. For animated SVGs (SMIL), set Frames > 1 and a total Duration.
  4. Press Convert to GIF.

Common use cases

Related: WebP to GIF · APNG to GIF · GIF Maker · All animation tools

常见问题

Why does my animated SVG come out static?
Animation that depends on JavaScript inside the SVG is stripped for security. SMIL (<animate>, <animateTransform>) and SVG-internal CSS animation should work.
Why is my SVG missing fonts?
SVG referencing external fonts can't load them in a sandboxed image. Embed the font as data URI in the SVG, or convert text to paths first.

Last updated:

反馈这个工具的问题