SLIDE 1
- 1 -
The JPEG Standard, "Main Profile"
For simplicity, assume each pixel is a single byte (i.e., an 8-bit gray scale image) and the dimensions of the array are multiples of 8. Idea:
- Use a 2-dimensional DCT to concentrate important information
into fewer pixels.
- Discard less important information (by quantizing values).
- Do lossless compression of what is left.