Use a unique buffer for pixels (scanline).
- Add rotate_pixel(). - Remove APoint, use Point instead.
This commit is contained in:
parent
6a94c79ac2
commit
258ddce814
2 changed files with 104 additions and 126 deletions
9
TODO.md
9
TODO.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue