What is the difference between .pbm and .dxf?
- Extension
- .pbm
- .dxf
- Format
- Binary
- Text
- Category
- Raster Image
- CAD
- Developer
- Wolfgang Hoschek
- Autodesk
- Description
- 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.
- A DXF file is a data file saved in a format developed by Autodesk and used for CAD (computer-aided design) vector image files, such as AutoCAD documents. DXF files are similar to .DWG files, but are more compatible with other programs since they are ASCII (text) based.
- MIME Type
- image/x-portable-bitmap
- application/dxf
- Sample
- sample.pbm
- sample.dxf
- Wikipedia
- .pbm on Wikipedia
- .dxf on Wikipedia