What is the difference between .plasma and .pbm?
- Extension
 - .plasma
 - .pbm
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - ImageMagick Studio
 - Wolfgang Hoschek
 
- Description
 - The plasma image format is a build-in format in the ImageMagick library.
 - 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
 
- MIME Type
 - image/x-plasma
 - image/x-portable-bitmap
 
- Sample
 - sample.pbm
 
- Wikipedia
 - .plasma on Wikipedia
 - .pbm on Wikipedia