about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-03-30 15:58:24 -0400
committerelioat <elioat@tilde.institute>2025-03-30 15:58:24 -0400
commit3c1831c93791e502d06522820ecc9b2ee19e0d12 (patch)
treeee40ca0505354c913e2b117e42b877d3a4855641
parent179731fbb69e1d45073be7f380c34ebb869020cd (diff)
downloadtour-master.tar.gz
-rw-r--r--js/leibovitz/dither.js3
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