What is the difference between .rgba and .ppm?
- Extension
- .rgba
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- SGI
- Jef Poskanzer
- Description
- 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.
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- MIME Type
- image/x-rgb
- image/x-portable-pixmap
- Sample
- sample.rgba
- sample.ppm
- Wikipedia
- .rgba on Wikipedia
- .ppm on Wikipedia