about summary refs log tree commit diff stats
path: root/doc/image.md
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-08-27 20:21:36 +0200
committerbptato <nincsnevem662@gmail.com>2024-08-27 20:27:48 +0200
commitcfccb59aa9694bef4802dcc4438ca24e78819e21 (patch)
treebef330e5c0774dbac974b61fb79b19a8eead41c3 /doc/image.md
parenta3d808bd07acb8859e4934ec0a6698f605290557 (diff)
downloadchawan-cfccb59aa9694bef4802dcc4438ca24e78819e21.tar.gz
sixel: proper color quantization
just use an octree. works fine afaict, though obviously somewhat slower
than the static method (encoding is 2-pass now) & still has banding
issues with many colors (will need dithering)

also, fixed a bug that caused initial masks of bands to get misplaced
Diffstat (limited to 'doc/image.md')
-rw-r--r--doc/image.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/image.md b/doc/image.md
index 07638bd2..119f7e3c 100644
--- a/doc/image.md
+++ b/doc/image.md
@@ -28,7 +28,7 @@ such terminals, you also have to set "display.image-mode" appropriately.
 Supported output formats are:
 
 * The DEC SIXEL format
-* The Kitty terminal grapphics protocol
+* The Kitty terminal graphics protocol
 
 The former is supported because it's ubiquitiously adopted; the latter
 because it is technically superior to all existing alternatives.