What is the difference between .ppm and .cube?
- Extension
- .ppm
- .cube
- Format
- Text
- Text
- Category
- Raster Image
- Color Lookup Table
- Developer
- Jef Poskanzer
- Kodak
- 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.
- A cube file, also known as a Cube Color Lookup Table, is a color palette file type used in the fields of 3D graphics and media production. It stores a 3D cube of color values which can be used to map colors in 3D images.
- MIME Type
- image/x-portable-pixmap
- text/plain
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .cube on Wikipedia