What is the difference between .pgm and .brf?
- Extension
- .pgm
- .brf
- Format
- Binary
- Category
- Raster Image
- Other
- Developer
- Jef Poskanzer
- Duxbury Systems
- Description
- A PGM file is a grayscale image file saved in the portable gray map (PGM) format and encoded with one or two bytes (8 or 16 bits) per pixel. It contains header information and a grid of numbers that represent different shades of gray from black (0) to white (up to 65,536). PGM files are typically stored in ASCII text format, but also have a binary representation.
- BRF files are braille formatted files that have plain texts with hard page ejects and hard returns. They are non-proprietary standard files for sighted viewing and related to Duxbury Braille Translator.
- MIME Type
- image/x-portable-graymap
- text/plain
- Sample
- sample.pgm
- sample.brf
- Wikipedia
- .pgm on Wikipedia