How SVG to TIFF conversion works
SVG decode → normalized image frames → TIFF encode
Reading SVG
SVG input is securely rasterized from vector shapes, text, gradients, and embedded assets before bitmap output.
Creating TIFF
TIFF output can preserve multiple images and rich color data, but compatibility and file size vary by codec.