What is the difference between .bmp3 and .svg?
- Extension
 - .bmp3
 - .svg
 
- Format
 - Binary
 - Text
 
- Category
 - Raster Image
 - Vector Image
 
- Developer
 - Microsoft
 - Adobe Systems
 
- Description
 - BMP3 (Bitmap 3) is a file format for storing and sharing digital images. It is a variant of the BMP (Bitmap) format, which is a commonly used image file format that is supported by many different operating systems and applications.
 - An SVG file is a graphics file that uses a two-dimensional vector graphic format created by the World Wide Web Consortium (W3C). It describes images using a text format that is based on XML. SVG files are developed as a standard format for displaying vector graphics on the web.
 
- MIME Type
 - image/bmp
 - image/svg+xml
 
- Sample
 - sample.bmp3
 - sample.svg
 
- Wikipedia
 - .bmp3 on Wikipedia
 - .svg on Wikipedia