Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | * resize images with stb_image_resize * use tee for output handle redirection (redirectToFile blocks) * cache original image files * accept lseek in sandbox * misc stbi fixes For now, I just pulled in stb_image_resize v1. v2 is an extra 150K in size, not sure if it's worth the cost. (Either way, we can always switch later if needed, since the API is almost the same.) Next step: move sixel/kitty encoders to CGI, and cache their output in memory instead of the intermediate RGBA representation. | ||||
* | stbi: add encoders | bptato | 2024-06-21 | 1 | -2/+3 |
| | |||||
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 1 | -5/+11 |
| | | | | | | | Now we have decoders for gif, jpeg, bmp. Also, the in-house PNG decoder has been replaced in favor of the stbi implementation; this means we no longer depend on zlib, since stbi comes with a built in inflate implementation. | ||||
* | about: markdownify & update license.html | bptato | 2024-05-28 | 1 | -0/+113 |
We have a markdown converter, so why not use it? |