What is the difference between .bin and .ppm?
- Extension
- .bin
- .ppm
- Format
- Binary
- Text
- Category
- Other
- Raster Image
- Developer
- Apple Inc
- Jef Poskanzer
- Description
- This is an archive file used on Macintosh computers. It stores branched resources and data in the file system as one file. It includes the storage of fonts and convenient loading of data with Macintosh to the Internet to be transferred to other Mac devices. It’s used to import PostScript Type 1 program language data.
- 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/octet-stream
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .ppm on Wikipedia