What is the difference between .ppm and .dcm?
- Extension
- .ppm
- .dcm
- Format
- Text
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- NEMA
- Description
- 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.
- A DCM file is an image file saved in the Digital Imaging and Communications in Medicine (DICOM) image format. It stores a medical image, such as a CT scan or ultrasound. DCM files may also include patient information to pair the image with the patient.
- MIME Type
- image/x-portable-pixmap
- application/dicom
- Sample
- sample.ppm
- sample.dcm
- Wikipedia
- .ppm on Wikipedia
- .dcm on Wikipedia