What is the difference between .ept and .pbm?
- Extension
- .ept
- .pbm
- Format
- Binary
- Binary
- Category
- Document
- Raster Image
- Developer
- Adobe Systems
- Wolfgang Hoschek
- Description
- Encapsulated PostScript Interchange TIFF Preview (EPT) is a file format for storing raster graphics. It is a combination of a TIFF (Tagged Image File Format) preview image and an EPS (Encapsulated PostScript) vector image, and is typically used for exchanging vector graphics between applications.
- 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
- image/tiff
- image/x-portable-bitmap
- Sample
- sample.ept
- sample.pbm
- Wikipedia
- .ept on Wikipedia
- .pbm on Wikipedia