How SVG to BMP conversion works
SVG decode → normalized image frames → BMP encode
Reading SVG
SVG input is securely rasterized from vector shapes, text, gradients, and embedded assets before bitmap output.
Creating BMP
BMP output prioritizes compatibility over size and does not preserve animation or rich metadata.