What is the difference between .arw and .pgm?
- Extension
- .arw
- .pgm
- Format
- Binary
- Binary
- Category
- Camera
- Raster Image
- Developer
- Sony
- Jef Poskanzer
- Description
- Digital photograph captured by a Sony digital camera, and based on the TIFF specification; contains raw, uncompressed image data as captured by the camera's CCD; can be adjusted using image-editing software before exporting to common raster formats such as .JPG or .TIFF.
- 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/x-sony-arw
- image/x-portable-graymap
- Sample
- sample.arw
- sample.pgm
- Wikipedia
- .pgm on Wikipedia