What is the difference between .hdr and .pgm?
- Extension
- .hdr
- .pgm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- HDRsoft
- Jef Poskanzer
- Description
- Raster image or digital photo saved in HDRsoft's High Dynamic Range (HDR) image format; used for enhancing the color and brightness range of a digital image; can be processed to fix dark shadows or washed out areas of a picture.
- 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.
- MIME Type
- image/vnd.radiance
- image/x-portable-graymap
- Sample
- sample.hdr
- sample.pgm
- Wikipedia
- .hdr on Wikipedia
- .pgm on Wikipedia