diff options
Diffstat (limited to 'mrf.html')
-rw-r--r-- | mrf.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mrf.html b/mrf.html index fe7bdd70..b2ee9afa 100644 --- a/mrf.html +++ b/mrf.html @@ -36,7 +36,7 @@ compression works afterward. Description <DT>0 <DD> -magic number - "MRF1" (in ASCII) +magic number - "MRF1" (in ASCII) <DT>4 <DD> @@ -81,7 +81,7 @@ for the recursive subdivision routine should make things clearer: each in this order: top-left, top-right, bottom-left, bottom-right </PRE> -<P>(Note that the "output a 0 bit" stage is not reached for squares +<P>(Note that the "output a 0 bit" stage is not reached for squares of size 1x1, which is what stops it recursing infinitely. I mention this as it may not be immediately obvious.) |