Changes between Version 3 and Version 4 of libcaca/study/2
- Timestamp:
- 12/22/2009 09:13:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libcaca/study/2
v3 v4 122 122 == 2.6. Supercell dithering == 123 123 124 Supercell dithering consists in creating bigger dithering tiles (supercells) from base tiles. One example is Victor Ostromoukhov’s ''' CombiScreen''' method ![3].124 Supercell dithering consists in creating bigger dithering tiles (supercells) from base tiles. One example is Victor Ostromoukhov’s '''!CombiScreen''' method ![3]. 125 125 126 126 Just like Bayer matrices, non-rectangular tiles can be used to recursively create bigger patterns, giving finer results. The amount of shades of grey that can be rendered using a given tile is the number of cells in the tile plus one. Here are a few examples using tiles seen previously: