imageproc icon indicating copy to clipboard operation
imageproc copied to clipboard

rotate without cropping

Open NyxCode opened this issue 6 years ago • 0 comments

Currently, rotating crops the parts of an image which are "rotated out" of the image buffer (the corners). While this makes sense (resizing the buffer would be necessary), a function which does the resizing and rotation in one step would be super usefull.

Right now, a naive solution to achive this could look something like this, but it's really slow, for obvious reasons.

NyxCode avatar May 24 '19 14:05 NyxCode