SVG to BMP Details
When something needs BMP instead of SVG, SVG to BMP keeps every step on one screen: upload, queue, convert, download.
SVG keeps XML drawing instructions instead of pixels, so it stays sharp at any size. BMP stores pixels as they are, with no practical compression standing in the way.
The workflow
Three moves make up the whole flow: drop the file, convert, download. The detail is below.
- Drop your SVG files into the upload area; the queue holds up to 20 of them.
- Press convert and the SVG is rasterised at 144 DPI.
- If either side of the result would pass 4000 pixels, it is scaled back to that limit with the aspect ratio intact.
- Save the finished BMP file from the download link.
- Need a different size? Run the downloaded BMP file through the Image Resizer.
Technical details
A few details that make the decision easier:
- Accepted input: SVG (svg), up to 24 MB per file.
- The result is written as BMP and written with no compression applied.
- SVG input is rasterised at 144 DPI, and neither side of the output passes 4000 pixels.
- Every uploaded SVG is screened first: files carrying scripts, remote references or XML entity declarations are rejected.
- SVG can hold transparency and BMP cannot, so transparent pixels are flattened onto white.
- BMP applies no compression, so the output file is clearly larger than the source.
- Do not count on metadata surviving: whether EXIF and ICC data travel depends on the engine handling the file, so keep anything critical elsewhere.
Is this the right tool
Choose it when there is a concrete reason to use BMP rather than SVG. Legacy Windows tooling, a handful of printer drivers and software that wants raw pixels still ask for BMP. Files grow several times larger than the alternatives, and in exchange nothing is discarded. SVG keeps XML drawing instructions instead of pixels, so it stays sharp at any size.
If the transparent background has to survive, BMP is the wrong destination; pick the converter that outputs PNG or WebP instead.
Small things that help
- Very large drawings are scaled back to the 4000 pixel limit, so resize after downloading if you need something smaller.
- Renaming outputs in the queue keeps your downloads folder readable once several BMP files land there.
- BMP is written losslessly, so saving again does no damage and the file works as an archive copy.
- Open the BMP file afterwards and check edges and colour gradients, and keep the SVG source where it is.
Where your data is processed
Processing an image means uploading it, and that upload lives only as long as the request. Once the output exists, the file is not stored and never handed to a third party. Ads may appear on the page, but no ad network can reach your upload.