Use a unique buffer for pixels (scanline).

- Add rotate_pixel().
- Remove APoint, use Point instead.
This commit is contained in:
Fabien Freling 2014-06-28 13:52:24 +02:00
parent 6a94c79ac2
commit 258ddce814
2 changed files with 104 additions and 126 deletions

View file

@ -6,3 +6,12 @@
[ ] Fix out-of-bounds pixel set
[ ] Optimization for square images?
[ ] Fixed point computation?
# Cache
[X] Rotate per channel -> no gain
[ ] Load pixels in uint64-t
[ ] Cut image in tiles
# Quality
[ ] Interpolate using SIMD, SSE