What is the difference between .rast and .bmp?
- Extension
- .rast
- .bmp
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Sun Microsystems
- Microsoft
- Description
- The Sun Rasterfile, identified by the extension .rast, is a bitmap image file format originally developed for use on SunOS by Sun Microsystems. It is designed to store color and monochromatic raster images, such as scanned photographs and digital artwork. The format supports various color depths, including 1, 8, 24, and 32 bits per pixel, allowing for a range of color representations from simple black and white to full true color images. Despite its origins on Sun systems, the format can be used on various platforms and is supported by a variety of image editing and viewing software.
- 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/vnd.sun.j2me.app-descriptor
- image/bmp
- Sample
- sample.bmp
- Wikipedia
- .bmp on Wikipedia