What is the difference between .cube and .pbm?
- Extension
- .cube
- .pbm
- Format
- Text
- Binary
- Category
- Color Lookup Table
- Raster Image
- Developer
- Kodak
- Wolfgang Hoschek
- 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.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- text/plain
- image/x-portable-bitmap
- Sample
- sample.pbm
- Wikipedia
- .cube on Wikipedia
- .pbm on Wikipedia