rotate-me-fast/TODO.md
Fabien Freling 258ddce814 Use a unique buffer for pixels (scanline).
- Add rotate_pixel().
- Remove APoint, use Point instead.
2014-06-28 13:52:24 +02:00

394 B

[-] Quaternions [X] Draw rotated pixels in src order [X] Use atan2 at beginning and end of line. Interpolation in-between values [X] Test pixel perfect 90 [ ] 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