Convert SVG into WBMP for old mobile devices.
Upload your SVG file
Click Upload and select your SVG file from your device.
Confirm WBMP as output
The WBMP format is auto-selected for this page—confirm it (or choose if needed). WBMP is monochrome and very light.
Convert and download
Click Convert Now and download your WBMP file. Test on the target device. Note: All colors are reduced to black/white.
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) |
File extension | .wbmp |
---|---|
File category | Raster Image file |
Stands for | Wireless application protocol bitmap format or wireless bitmap |
Developer | WAP Forum |
Overview | This file extension is capable of storing only monochromatic images that are black and white. This format has become now outdated and it was used by early mobile phones for exchanging and storing the monochromatic pictures that were sent using SMS messaging service. The successor to this is PNG which supports colours. As mobile phones have come up with improved and enhanced features that is why this format has been largely replaced by full-colour image and video formats. This extension has many likenesses with BMP files that is the standard bitmap images. WBMP does not support grayscale images as well as colour images. The size of the file is small and is always kept in reduced size. |
Technical description | In this WBMP format, pictures are created by using pixels in which 0 (zero) is assigned to black pixel and 1 (one) is for a white pixel. There are certain fields which are present in this file extension. The field names are as follows along with their purpose. The first one is type, it tells about the type of an image and zero is fixed for monochrome bitmaps. The next is a fixed header and it is always reserved with 0 value. Then comes the width and this defines the breadth of an image in pixels. The second last is the height and it represents the height of a photo in pixels. The last one is data and it tells about the data bytes arranged in rows. |
Links | wikipedia.org (opens in new tab - official documentation) |