What is the difference between .cube and .jp2?
- Extension
 - .cube
 - .jp2
 
- Format
 - Text
 - Binary
 
- Category
 - Color Lookup Table
 - Raster Image
 
- Developer
 - Kodak
 - Joint Photographic Experts Group
 
- 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 JP2 file is a compressed bitmap image created using JPEG 2000 Core Coding. It incorporates a wavelet compression algorithm instead of Digital Cosine Transform (DCT) compression, which is used by standard JPEG images. JP2 files can be stored using lossy and lossless compression.
 
- MIME Type
 - text/plain
 - image/jp2
 
- Sample
 - sample.jp2
 
- Wikipedia
 - .cube on Wikipedia
 - .jp2 on Wikipedia