What is the difference between .sun and .bmp?
- Extension
- .sun
- .bmp
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Sun Microsystems
- Microsoft
- Description
- Bitmap image generated by a Sun Microsystems workstation; native graphic format used by the Sun Unix operating system; uses a standard image format that can be read by several graphics programs.
- A BMP file is an uncompressed raster image comprised of a rectangular grid of pixels. It contains a file header (bitmap identifier, file size, width, height, color options, and bitmap data starting point) and bitmap pixels, each with a different color.
- MIME Type
- image/x-sun-raster
- image/bmp
- Sample
- sample.sun
- sample.bmp
- Wikipedia
- .sun on Wikipedia
- .bmp on Wikipedia