What is the difference between .cff and .pbm?
- Extension
- .cff
- .pbm
- Format
- Binary
- Category
- CAD
- Raster Image
- Developer
- Intergraph Corporation
- Wolfgang Hoschek
- Description
- The Common File Format (CFF) is a standardized file structure designed to facilitate the sharing, exchange, and preservation of data across various platforms and applications. It is not tied to a specific domain but is rather a generic format that can be adopted by different types of software and systems for a wide range of data types. The CFF aims to provide a common framework that ensures data interoperability and accessibility, making it easier for users to work with data across different tools without the need for extensive conversions.
- 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/x-cff
- image/x-portable-bitmap
- Sample
- sample.pbm
- Wikipedia
- .pbm on Wikipedia