What is the difference between .plasma and .rgba?
- Extension
 - .plasma
 - .rgba
 
- Format
 - Binary
 - Binary
 
- Category
 - Raster Image
 - Raster Image
 
- Developer
 - ImageMagick Studio
 - SGI
 
- Description
 - The plasma image format is a build-in format in the ImageMagick library.
 - An RGBA file is a color bitmap image format created by Silicon Graphics (SGI). It is similar to the .RGB file as it supports color RGB channels with an alpha channel.
 
- MIME Type
 - image/x-plasma
 - image/x-rgb
 
- Sample
 - sample.rgba
 
- Wikipedia
 - .plasma on Wikipedia
 - .rgba on Wikipedia