diff options
author | elioat <elioat@tilde.institute> | 2025-03-30 15:58:24 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-03-30 15:58:24 -0400 |
commit | 3c1831c93791e502d06522820ecc9b2ee19e0d12 (patch) | |
tree | ee40ca0505354c913e2b117e42b877d3a4855641 | |
parent | 179731fbb69e1d45073be7f380c34ebb869020cd (diff) | |
download | tour-3c1831c93791e502d06522820ecc9b2ee19e0d12.tar.gz |
*
-rw-r--r-- | js/leibovitz/dither.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/leibovitz/dither.js b/js/leibovitz/dither.js index b011eca..f64329b 100644 --- a/js/leibovitz/dither.js +++ b/js/leibovitz/dither.js @@ -1,8 +1,7 @@ /** - * Dithering management module implementing various dithering algorithms + * Dithering management module implements a few dithering algorithms * Uses the Observer pattern for state management and effect application * Implements block-based processing for performance optimization - * Uses the Strategy pattern for algorithm selection * * Each color channel (Red, Green, Blue) has 4 possible values: * 0 -> Black/None |