diff options
author | bptato <nincsnevem662@gmail.com> | 2024-08-24 19:48:55 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-08-24 19:52:43 +0200 |
commit | b6e10287b23241fb8933f311a72ebe95976b174b (patch) | |
tree | 8124db650db1c149ba62f02066b88a64b2573092 /res | |
parent | 8db0a94ca4287c4f2e1361b056994e0ec206712d (diff) | |
download | chawan-b6e10287b23241fb8933f311a72ebe95976b174b.tar.gz |
sixel: break out into a separate cgi script
This caches sixel output. Works best when the line height is a multiple of 6px, but should still be faster than the previous solution everywhere else too (simply by virtue of encoding separate images in parallel). Next step: actual color quantization
Diffstat (limited to 'res')
-rw-r--r-- | res/urimethodmap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/urimethodmap b/res/urimethodmap index 21e01546..b75dc2b0 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -21,3 +21,4 @@ img-codec+gif: cgi-bin:stbi img-codec+bmp: cgi-bin:stbi img-codec+x-unknown: cgi-bin:stbi img-codec+webp: cgi-bin:jebp +img-codec+x-sixel: cgi-bin:sixel |