What is the difference between .art and .ppm?
- Extension
- .art
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- SoftQuad Software
- Jef Poskanzer
- Description
- PFS Art Publisher Image (ART) is a raster graphics file format used for storing digital images. It was developed by Progressive Networks for use in their Progressive FreeStyle Art Publisher software. ART files are compressed using the run-length encoding (RLE) algorithm, which allows them to store large images in a relatively small file size. The ART format supports up to 24-bit color and is often used for storing digital photos and other images.
- 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.
- MIME Type
- image/art
- image/x-portable-pixmap
- Sample
- sample.art
- sample.ppm
- Wikipedia
- .ppm on Wikipedia