What is the difference between .pcd and .pgm?
- Extension
- .pcd
- .pgm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Kodak
- Jef Poskanzer
- Description
- This format was developed by Kodak in order to store images on optical or other media. It is used as a format for archiving scanned documents on Kodak devices. It encodes images in 24-bit color and supports resolutions of up to 6144x4096 pixels.
- 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-photo-cd
- image/x-portable-graymap
- Sample
- sample.pcd
- sample.pgm
- Wikipedia
- .pcd on Wikipedia
- .pgm on Wikipedia