What is the difference between .pgm and .cube?
- Extension
- .pgm
- .cube
- Format
- Binary
- Text
- Category
- Raster Image
- Color Lookup Table
- Developer
- Jef Poskanzer
- Kodak
- Description
- 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.
- 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-graymap
- text/plain
- Sample
- sample.pgm
- Wikipedia
- .pgm on Wikipedia
- .cube on Wikipedia