What is the difference between .hpgl and .pbm?
- Extension
- .hpgl
- .pbm
- Format
- Binary
- Category
- Vector Image
- Raster Image
- Developer
- Hewlett-Packard
- Wolfgang Hoschek
- Description
- The HPGL file format, standing for HP Graphics Language Plotter File, is a specialized file type developed by Hewlett-Packard. It is primarily used for controlling plotter devices, which are printers that draw images with lines instead of dots, making them ideal for engineering and architectural drawings. HPGL files contain a series of two-letter instruction codes followed by parameters that direct the plotter's drawing operations, such as moving to a point, drawing a line, or selecting a pen.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- application/vnd.hp-hpgl
- image/x-portable-bitmap
- Sample
- sample.hpgl
- sample.pbm
- Wikipedia
- .hpgl on Wikipedia
- .pbm on Wikipedia