Andrew Kensler
Andrew Kensler
Repo: https://github.com/a-e-k/canvas_ity Description: A tiny, single-header -like 2D rasterizer for C++ 1 header file, C++ only, ISC license.
This writer takes linear float data and losslessly outputs files with the same number of components as the input. The images it writes contain 32-bit full floats from the original...
- More text metrics (e.g., vertical) - Character limit on text strings
Hi Thomas, Thanks for this fantastic image viewer. I have gotten a lot of use out of it over the last few years. This PR adds a new tonemapping option...
I ran into some warnings from Clang (`-Wunused-function`) regarding `swap64()` not being used, given the preprocessor definitions that I'd had. This change just pushes the definitions of the swap functions...