about summary refs log tree commit diff stats
path: root/bonus/stbir2/stbir2.nim
Commit message (Collapse)AuthorAgeFilesLines
* resize: use srgbbptato2024-10-091-2/+2
| | | | | | | | since that's our input color space (Actually, mainstream browsers seem to use linear scaling nevertheless. But apparently that produces surprising results in some cases, and stbir can do srgb, so might as well use it.)
* bonus: add stbir2, readme, makefilebptato2024-10-081-0/+60