You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it looks like angles at multiples of 90 work as you would expect but sadly not other angles, support for which was introduced in #1385.
(Note to self/fixer: the rotation angle logic in JS should be simplified/refactored to remove the distinction between 90 and non-90 angles, moving the vips_rot vs vips_rotate decision into a separate internal C++ operation function.)
running this code
Both rotate, extract and extract, rotate order gives the same result image
What is the expected behaviour?
After the rotation, I'd expect extract work with rotated image
The text was updated successfully, but these errors were encountered: