What is the difference between .ppm and .rgba?
- Extension
- .ppm
- .rgba
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- SGI
- Description
- 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.
- 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-portable-pixmap
- image/x-rgb
- Sample
- sample.ppm
- sample.rgba
- Wikipedia
- .ppm on Wikipedia
- .rgba on Wikipedia