imago icon indicating copy to clipboard operation
imago copied to clipboard

Optimize TURN for 90°/180°/270° scenarios

Open phoe opened this issue 3 years ago • 1 comments

Moved from #14

Use aops:turn from https://github.com/bendudson/array-operations/pull/34 (once it gets merged) in order to optimize orthogonal rotations of images - there is no need to do trigonometry at that point, just moving bytes around.

phoe avatar Jan 01 '22 14:01 phoe

The PR is merged - we should be able to depend on updated array-operations now, and deliver any updated Imago starting from the next Quicklisp release.

phoe avatar Jan 14 '22 19:01 phoe