Image File Formats
1. PNG
2. GIF
3. JPEG
properties
ID: ee2a3b64-3a16-4056-a6b4-2514495f7ccbCREATED: <2025-07-18 Fri 23:38>
AKA: JPG
- JPEG = Joint Photographic Experts Group
- complicated enough to merit using FFI (imo) - see libjpeg-turbo
- Developed in 1992 by the ISO
- True color (up to 24 bits/pixel) and grayscale (up to 8 bits/pixel) images
- Eligible compression quality between
- Visually lossless reconstructions of color images for compression ratios about bits/pixel (bpp)
- Based on the Discrete Cosine Transform (DCT)
- Several working modes: lossy, lossless and hierarchical