What is the difference between .plasma and .bmp?
- Extension
 - .plasma
 - .bmp
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - ImageMagick Studio
 - Microsoft
 
- Description
 - The plasma image format is a build-in format in the ImageMagick library.
 - 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-plasma
 - image/bmp
 
- Sample
 - sample.bmp
 
- Wikipedia
 - .plasma on Wikipedia
 - .bmp on Wikipedia