diff --git a/_posts/2024-07-21-fragmenting-the-tile-data.markdown b/_posts/2024-07-21-fragmenting-the-tile-data.markdown index 4787a50..4462828 100644 --- a/_posts/2024-07-21-fragmenting-the-tile-data.markdown +++ b/_posts/2024-07-21-fragmenting-the-tile-data.markdown @@ -79,3 +79,8 @@ images are stored: The first sub-band provides a very much scaled-down version of the original image. Successively adding information from the following sub-bands improves the image quality step-by-step, thus supporting progressing loading and display of images. + +A good starting point for further reading is ChapterĀ 16 "Wavelet-Based +Image Compression" of the book [Introduction to Data +Compression](https://doi.org/10.1016/C2010-0-69630-1) by Khalid +Sayood.