What is the difference between .avif and .pbm?
- Extension
- .avif
- .pbm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- AOMedia
- Wolfgang Hoschek
- 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.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- image/avif
- image/x-portable-bitmap
- Sample
- sample.pbm
- Wikipedia
- .avif on Wikipedia
- .pbm on Wikipedia