What is the difference between .ppm and .jps?
- Extension
- .ppm
- .jps
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- NemySoft
- 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.
- A JPS file stores two images taken from different angles. It is used to make a 3D effect from 2D images.
- MIME Type
- image/x-portable-pixmap
- image/jps
- Sample
- sample.ppm
- sample.jps
- Wikipedia
- .ppm on Wikipedia
- .jps on Wikipedia