Convert SVG into BMP for legacy Windows use.
Upload your SVG file
Click Upload and select your SVG file from your device.
Confirm BMP as output
The BMP format is auto-selected for this page—confirm it (or choose if needed). BMP is simple and uncompressed.
Convert and download
Click Convert Now and download your BMP file. Open in Paint to confirm. Note: File sizes are very large.
File extension | .bmp |
---|---|
File category | Image file (Raster) |
Stands for | Bitmap image file |
Developer | Microsoft |
Overview | BMP format is used for Raster images. These images contain a grid of pixels and each pixel further depicts an individual colour within the image. In this, there can be varying levels of colour depths per pixel, as this criterion is entirely based on the file header which tells about the number of bits per pixel. The images stored is often uncompressed when they are 16 bpp and 32bpp. It is capable of storing only 2-dimensional images( both monochrome-single colour and colourful, with numerous colour depths). A user does not require a graphics adapter to view this file. It is not a popular format these days as it takes lots of time to upload, send and download, due to its large size. |
Technical description | BMP file format comes up with the option of data compression, colour profiles and alpha channels. Alpha composting results in partial or fully transparent images which are done by incorporating or mixing one image with a background. Exchanging bitmaps between devices and applications is possible due to a unique representation of colour bitmaps of distinct colour depths, defined by Microsoft. That is why it is termed as a device-independent bitmap file format(DIBs). Additionally, it has both fixed-size and variable-sized structures. This format follows structures in the order given ahead- bitmap file header(stores general information), DIB header(Contains detailed information including pixel format), Extra bitmasks(Define pixel format), colour table( define colours used), Gap 1(Structure alignment), a Pixel array(Actual values of a pixel), Gap 2(Structure alignment)and ICC colour profile(Colour management). |
Links | wikipedia.org (opens in new tab - official documentation) |
File extension | .svg |
---|---|
File category | Vector Image File |
Stands for | Scalable Vector Graphics |
Developer | World Wide Web Consortium |
Overview | This extension is based on an extensible Markup Language (XML) and images stored in this format are two dimensional as well as vector graphics. It is an open standard format but it supports both interactivity and animation. These files can be searched, indexed, scripted and compressed because their behaviour is specified by XML text files. Editing can be done using a text editor or any drawing software. All popular web browsers provide rendering support to SVG. The major difference between the bitmap image or raster image and vector image is that the former one is made up of a fixed set of pixels whereas the latter one consists of a fixed set of shapes. Scaling in raster reveals the pixels in it and in vector it tells about the shapes. |
Technical description | It follows lossless data compression as it contains numerous repeated fragments of text. SVGZ image is a compressed form of SVG, when it is compressed using GZIP algorithm. In 2011 there was mobile version 1.1, which minimized the computational and display capacities. As these files use text to describe the graphics that is why it is very easy to resize them to different sizes(Zooming and Diminishing) without loss of quality. Besides this, they have the capability to store rich graphics and also offers compatibility to CSS(Cascading style sheets) for styling which in return allows a higher level of presentation editing. In addition to this, JavaScript is used for scripting. Lastly, it has three types of graphic objects – vector graphic shapes (paths and outlines), bitmap images and text. |
Links | wikipedia.org (opens in new tab - official documentation) |