-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
A common transformation on images is to rotate them left or right by 90 degrees.
Desired solution
Add two methods to Image:
rotate_rightto rotate the image clockwise by 90 degreesrotate_leftto rotate the image counter-clockwise by 90 degrees.
Both should return a new image and leave the original unchanged.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done