What is the difference between .dib and .svg?
- Extension
- .dib
- .svg
- Format
- Binary
- Text
- Category
- Raster Image
- Vector Image
- Developer
- Microsoft
- Adobe Systems
- Description
- Generic Windows or OS/2 bitmap graphic; similar to a .BMP file, but has different header information; supports 1, 4, 8, and 24 bits per pixel if the image is uncompressed and 4 and 8 bits per pixel if the image uses RLE compression; a 24-bit DIB image contains 8 bits, or 1 byte for each RGB color.
- 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.dib
- sample.svg
- Wikipedia
- .dib on Wikipedia
- .svg on Wikipedia