Go to file
Fabien Freling bcf16680ae Remove RGBX structure.
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.
2014-07-16 02:08:32 +02:00
img Remove some sample images. 2014-07-07 19:50:20 +02:00
.gitignore Ignore PNG files. 2014-06-26 21:30:13 +02:00
Makefile Remove RGBX structure. 2014-07-16 02:08:32 +02:00
README.md Implement pixels as RGBX structure. 2014-07-12 22:42:48 +02:00
TODO.md Remove RGBX structure. 2014-07-16 02:08:32 +02:00
rotation.cpp Remove RGBX structure. 2014-07-16 02:08:32 +02:00