adding pre-existing flip/rotation functionalities to the image menu, and setting fixed options for vertical/horizontal flip and left/right 90 degree rotation

This commit is contained in:
vb
2025-11-07 16:09:13 +01:00
parent eccc129189
commit 193bf9b5b4
3 changed files with 58 additions and 7 deletions

View File

@@ -20,13 +20,13 @@ Image menu
- Select
- [x] Rectangular selection
- [x] Free-form selection (Lasso)
- [ ] Polygon selection
- [x] Polygon selection
- [x] Crop
- [x] Resize
- [ ] Rotate right 90 degrees
- [ ] Rotate Left 90 degrees
- [ ] Flip vertical
- [ ] Flip horizontal 
- [x] Rotate right 90 degrees
- [x] Rotate Left 90 degrees
- [x] Flip vertical
- [x] Flip horizontal 
Tools menu
- [ ] Zoom (Zoom In, Zoom Out)