imageproc
imageproc copied to clipboard
rotate without cropping
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.