What is the difference between .ppm and .jpc?
- Extension
- .ppm
- .jpc
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- Joint Photographic Experts Group
- 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.
- Image format that uses JPEG 2000 advanced wavelet compression; supports color depths of 8, 24, and 32 bits per pixel; also supports grayscale, RGB, YCbCr, XYZ, and Lab color spaces.
- MIME Type
- image/x-portable-pixmap
- image/jp2
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia
- .jpc on Wikipedia