diff options
author | bptato <nincsnevem662@gmail.com> | 2024-08-27 20:21:36 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-08-27 20:27:48 +0200 |
commit | cfccb59aa9694bef4802dcc4438ca24e78819e21 (patch) | |
tree | bef330e5c0774dbac974b61fb79b19a8eead41c3 /doc/image.md | |
parent | a3d808bd07acb8859e4934ec0a6698f605290557 (diff) | |
download | chawan-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.md | 2 |
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. |