Changeset 2027


Ignore:
Timestamp:
11/19/07 01:40:38 (6 years ago)
Author:
sam
Message:
  • Add a disclaimer to make sure people know it's Work In Progress.
  • Fix a few typos here and there.
Location:
www/study
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • www/study/index.html

    r1976 r2027  
    2020 
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 
     22 
     23<p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 
     24document is still work in progress. Feel free to send comments but do not 
     25consider it final material. </p> 
    2226 
    2327<!--<div style="float: left;"> 
  • www/study/part1.html

    r1956 r2027  
    2020 
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 
     22 
     23<p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 
     24document is still work in progress. Feel free to send comments but do not 
     25consider it final material. </p> 
    2226 
    2327<div style="float: right;"> 
  • www/study/part2.html

    r2014 r2027  
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 
    2222 
     23<p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 
     24document is still work in progress. Feel free to send comments but do not 
     25consider it final material. </p> 
     26 
    2327<div style="float: left;"> 
    2428   <a href="part1.html">Colour quantisation &lt;&lt;&lt;</a> 
  • www/study/part3.html

    r2006 r2027  
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 
    2222 
     23<p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 
     24document is still work in progress. Feel free to send comments but do not 
     25consider it final material. </p> 
     26 
    2327<div style="float: left;"> 
    2428   <a href="part2.html">Halftoning patterns &lt;&lt;&lt;</a> 
     
    4549 
    4650<p> This is the simplest error diffusion method. It thresholds the image 
    47 to 0.5 and propagates 100% of the error the the next (right) pixel. It is 
     51to 0.5 and propagates 100% of the error to the next (right) pixel. It is 
    4852quite impressive given its simplicity but causes important visual artifacts: 
    4953</p> 
  • www/study/part4.html

    r1980 r2027  
    2020 
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 
     22 
     23<p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 
     24document is still work in progress. Feel free to send comments but do not 
     25consider it final material. </p> 
    2226 
    2327<div style="float: left;"> 
  • www/study/part5.html

    r2007 r2027  
    2020 
    2121<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 
     22 
     23<p> <span style="color: #aa0000; font-weight: bold;">Warning</span>: this 
     24document is still work in progress. Feel free to send comments but do not 
     25consider it final material. </p> 
    2226 
    2327<div style="float: left;"> 
     
    7074<p> The following patterns show four ways to dither the same colour using 
    7175our 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> 
     76second one mixes black, blue and yellow pixels. The third one mixes black, 
     77blue, cyan and red pixels. The last one mixes black, blue, green and red 
     78pixels. All patterns visually blend to the same shade, but the last one is 
     79the most visually appealing: </p> 
    7680 
    7781<p style="text-align: center;"> 
Note: See TracChangeset for help on using the changeset viewer.