What is the difference between .cube and .pgm?
- Extension
- .cube
- .pgm
- Format
- Text
- Binary
- Category
- Color Lookup Table
- Raster Image
- Developer
- Kodak
- Jef Poskanzer
- Description
- 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.
- A PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- MIME Type
- text/plain
- image/x-portable-graymap
- Sample
- sample.pgm
- Wikipedia
- .cube on Wikipedia
- .pgm on Wikipedia