What is the difference between .pgm and .vicar?
- Extension
- .pgm
- .vicar
- Format
- Binary
- Binary
- Category
- Raster Image
- Scientific
- Developer
- Jef Poskanzer
- NASA Jet Propulsion Laboratory
- Description
- 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.
- The VICAR (Video Image Communication And Retrieval) Image file format is a flexible, image-processing and data format system used primarily by the planetary science community. Developed by NASA's Jet Propulsion Laboratory (JPL) for storing and managing digital images from space missions, VICAR files are designed to support a wide range of image types, including scientific and engineering data from various spacecraft instruments. This format is characterized by its ability to handle multi-dimensional arrays of data.
- MIME Type
- image/x-portable-graymap
- image/x-vicar
- Sample
- sample.pgm
- sample.vicar
- Wikipedia
- .pgm on Wikipedia
- .vicar on Wikipedia