Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoberon committed Jul 21, 2024
1 parent 3f5db76 commit d425b8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _posts/2024-07-21-fragmenting-the-tile-data.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ sub-band 12 (excluding sub-band 13 which only 33 images have). This
nicely fits the typical order in which sub-bands in wavelet compressed
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.
the following sub-bands improves the image quality step-by-step by
adding more details which supports 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
Expand Down

0 comments on commit d425b8b

Please sign in to comment.