bcf16680ae
The pixels are still packed as RGBX in memory but no structure is created, it’s just a contiguous buffer. Interpolation is now done with SIMD on integer values. - Add SIMD define. |
||
---|---|---|
img | ||
.gitignore | ||
Makefile | ||
README.md | ||
rotation.cpp | ||
TODO.md |
RotateMeFast
This project aims to rotate bitmap images very quickly (around a millisecond).