What is the difference between .avif and .ppm?
- Extension
- .avif
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- AOMedia
- Jef Poskanzer
- Description
- 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.
- 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.
- MIME Type
- image/avif
- image/x-portable-pixmap
- Sample
- sample.ppm
- Wikipedia
- .avif on Wikipedia
- .ppm on Wikipedia