What is the difference between .ppm and .cur?
- Extension
- .ppm
- .cur
- Format
- Text
- Binary
- Category
- Raster Image
- Developer
- Developer
- Jef Poskanzer
- Microsoft
- 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 CUR file is a cursor image or animation used for the Windows mouse pointer. It may be an arrow (for general use), a spinning hourglass (for waiting periods), or an I-bar (for text editing).
- MIME Type
- image/x-portable-pixmap
- application/octet-stream
- Sample
- sample.ppm
- sample.cur
- Wikipedia
- .ppm on Wikipedia
- .cur on Wikipedia