What is the difference between .pcl and .ppm?
- Extension
- .pcl
- .ppm
- Format
- Text
- Text
- Category
- Document
- Raster Image
- Developer
- Hewlett Packard
- Jef Poskanzer
- Description
- PCL stands for Printer Command Language which is a Page Description Language introduced by Hewlett Packard (HP).
- 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
- application/vnd.hp-PCL
- image/x-portable-pixmap
- Sample
- sample.pcl
- sample.ppm
- Wikipedia
- .pcl on Wikipedia
- .ppm on Wikipedia