What is the difference between .bpg and .ppm?
- Extension
- .bpg
- .ppm
- Format
- Binary
- Text
- Category
- Raster Image
- Raster Image
- Developer
- Fabrice Bellard
- Jef Poskanzer
- Description
- Better Portable Graphics (BPG) image format created to replace the JPEG format; provides the same quality as JPEG images but in a smaller file size; supports lossless compression; natively supports 8 to 14 bits per channel.
- 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/x-bpg
- image/x-portable-pixmap
- Sample
- sample.bpg
- sample.ppm
- Wikipedia
- .bpg on Wikipedia
- .ppm on Wikipedia