What is the difference between .srw and .pgm?
- Extension
- .srw
- .pgm
- Format
- Binary
- Binary
- Category
- Camera
- Raster Image
- Developer
- Samsung
- Jef Poskanzer
- Description
- SRW is a proprietary RAW image format created by Samsung. It is used by Samsung’s digital cameras to store unprocessed, uncompressed image data. SRW files offer higher quality images than other formats and can be opened and viewed with various image processing software.
- 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-samsung-srw
- image/x-portable-graymap
- Sample
- sample.pgm
- Wikipedia
- .pgm on Wikipedia