Changeset 2027
- Timestamp:
- 11/19/07 01:40:38 (6 years ago)
- Location:
- www/study
- Files:
-
- 6 edited
-
index.html (modified) (1 diff)
-
part1.html (modified) (1 diff)
-
part2.html (modified) (1 diff)
-
part3.html (modified) (2 diffs)
-
part4.html (modified) (1 diff)
-
part5.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www/study/index.html
r1976 r2027 20 20 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 23 <p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 24 document is still work in progress. Feel free to send comments but do not 25 consider it final material. </p> 22 26 23 27 <!--<div style="float: left;"> -
www/study/part1.html
r1956 r2027 20 20 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 23 <p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 24 document is still work in progress. Feel free to send comments but do not 25 consider it final material. </p> 22 26 23 27 <div style="float: right;"> -
www/study/part2.html
r2014 r2027 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 22 23 <p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 24 document is still work in progress. Feel free to send comments but do not 25 consider it final material. </p> 26 23 27 <div style="float: left;"> 24 28 <a href="part1.html">Colour quantisation <<<</a> -
www/study/part3.html
r2006 r2027 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 22 23 <p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 24 document is still work in progress. Feel free to send comments but do not 25 consider it final material. </p> 26 23 27 <div style="float: left;"> 24 28 <a href="part2.html">Halftoning patterns <<<</a> … … 45 49 46 50 <p> This is the simplest error diffusion method. It thresholds the image 47 to 0.5 and propagates 100% of the error t hethe next (right) pixel. It is51 to 0.5 and propagates 100% of the error to the next (right) pixel. It is 48 52 quite impressive given its simplicity but causes important visual artifacts: 49 53 </p> -
www/study/part4.html
r1980 r2027 20 20 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 23 <p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 24 document is still work in progress. Feel free to send comments but do not 25 consider it final material. </p> 22 26 23 27 <div style="float: left;"> -
www/study/part5.html
r2007 r2027 20 20 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 23 <p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 24 document is still work in progress. Feel free to send comments but do not 25 consider it final material. </p> 22 26 23 27 <div style="float: left;"> … … 70 74 <p> The following patterns show four ways to dither the same colour using 71 75 our 8-colour palette. The first one mixes black, blue and white pixels. The 72 second one mixes black, blue and yellow pixels. The third mixes black, blue,73 cyan and red pixels. The last one mixes black, blue, green and red pixels. 74 All patterns visually blend to the same shade, but the last one is the 75 most appealing visually: </p>76 second one mixes black, blue and yellow pixels. The third one mixes black, 77 blue, cyan and red pixels. The last one mixes black, blue, green and red 78 pixels. All patterns visually blend to the same shade, but the last one is 79 the most visually appealing: </p> 76 80 77 81 <p style="text-align: center;">
Note: See TracChangeset
for help on using the changeset viewer.
