From 60dc37269cd2dc8cdf23d9f77680f6af9490032f Mon Sep 17 00:00:00 2001 From: bptato Date: Thu, 30 May 2024 00:19:48 +0200 Subject: img, loader: separate out png codec into cgi, misc improvements * multi-processed and sandboxed PNG decoding & encoding (through local CGI) * improved request body passing (including support for output id as response body) * simplified & faster blob()/text() - now every request starts suspended, and OngoingData.buf has been replaced with loader's buffering capability * image caching: we no longer pull bitmaps from the container after every single getLines call Next steps: replace our bespoke PNG decoder with something more usable, add other decoders, and make them stream. --- res/urimethodmap | 1 + 1 file changed, 1 insertion(+) (limited to 'res/urimethodmap') diff --git a/res/urimethodmap b/res/urimethodmap index e711bed6..d11dab86 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -16,3 +16,4 @@ spartan: cgi-bin:spartan man: cgi-bin:man man-k: cgi-bin:man man-l: cgi-bin:man +img-codec+png: cgi-bin:png -- cgit 1.4.1-2-gfad0