What is the difference between .pgm and .aai?
- Extension
- .pgm
- .aai
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- Dune HD
- 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.
- AAI is a raster image file format associated with Dune HD media players. It is a simple uncompressed truecolor format, with support for alpha transparency.
- MIME Type
- image/x-portable-graymap
- application/octet-stream
- Sample
- sample.pgm
- sample.aai
- Wikipedia
- .pgm on Wikipedia