| |
| | JPEG Baseline Compression |
 | | Since the DC coefficients are usually highly correlated, this reduces the entropy of the DC data stream (within the class of images usually seen, in any pixel ordering). |
 | | The result is a series of numbers, e.g., 1,2,-1,0,2,3,-3,..., one number for each tile in the image, which is to be compressed with a lossless entropy encoding method. |
 | | In the third column of numbers, the first unsigned binary number can be seen to be a 4 bit PCM code for the minimum number of bits required to transmit all potential values of the second signed 12 bit binary number. |
| dakx.com /theory/jpegbaseline.html (1273 words) |
|