What is the difference between .pgm and .avif?
- Extension
- .pgm
- .avif
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Jef Poskanzer
- AOMedia
- 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.
- It is an image compression codec file with the same quality as .jpeg, but that is ten smaller. It supports HDR (High Dynamic Range). SDR (Standard Dynamic Range), and WCG (Wide Color Gamut) images. Also, it contains both the image sequences and image items. The only pitfall is that a few applications support it.
- MIME Type
- image/x-portable-graymap
- image/avif
- Sample
- sample.pgm
- Wikipedia
- .pgm on Wikipedia
- .avif on Wikipedia