REFERENCES 653
(i) Compose each reconstructed image block to a reconstructed image.
(j) Display the reconstructed image.
The PIKS API executable example_8x8_DCT_quantization performs this
exercise.
E20.3 Develop a program that performs run length coding on the Boolean image
L_array. Steps:
(a) Display the source image.
(b) Compress the source image into a work file using run length coding with
a maximum run length of 16.
(c) Decompress the work file to create the reconstructed image,
(d Display the reconstructed image.
(e) Compute the compression ratio from the source image pixel count and
the work file bit count.
The PIKS API executable example_run_length performs this exercise.
REFERENCES
1. L. D. Davisson and R. L. Kutz, “An Operational Data Compression ...