2014-06-26 21:28:34 +02:00
|
|
|
[-] 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
|
2014-06-26 23:45:02 +02:00
|
|
|
[ ] Fix out-of-bounds pixel set
|
|
|
|
|
2014-06-26 21:28:34 +02:00
|
|
|
[ ] Optimization for square images?
|
2014-06-28 13:52:24 +02:00
|
|
|
[ ] Fixed point computation?
|
|
|
|
|
|
|
|
# Cache
|
|
|
|
[X] Rotate per channel -> no gain
|
|
|
|
[ ] Load pixels in uint64-t
|
|
|
|
[ ] Cut image in tiles
|
|
|
|
|
|
|
|
# Quality
|
|
|
|
[ ] Interpolate using SIMD, SSE
|