What is the difference between .srf and .ppm?
- Extension
- .srf
- .ppm
- Format
- Binary
- Text
- Category
- Camera
- Raster Image
- Developer
- Sony
- Jef Poskanzer
- Description
- Uncompressed format for storing images taken on Sony cameras. It writes an electronic sequence of data obtained from the camera's sensors. This format supports the deep editing of captured photos, allowing you to change the exposure and color temperature without loss of quality and visual image information.
- 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
- image/x-sony-arw
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .srf on Wikipedia
- .ppm on Wikipedia