feat(web): rotate image

This commit is contained in:
Jason Rasmussen
2025-02-13 17:02:44 -05:00
parent dbbefde98d
commit 9cd0871178
24 changed files with 441 additions and 53 deletions
+30
View File
@@ -7963,6 +7963,21 @@
"longitude": {
"type": "number"
},
"orientation": {
"enum": [
1,
2,
3,
4,
5,
6,
7,
8
],
"maximum": 8,
"minimum": 1,
"type": "integer"
},
"rating": {
"maximum": 5,
"minimum": -1,
@@ -12880,6 +12895,21 @@
"longitude": {
"type": "number"
},
"orientation": {
"enum": [
1,
2,
3,
4,
5,
6,
7,
8
],
"maximum": 8,
"minimum": 1,
"type": "integer"
},
"rating": {
"maximum": 5,
"minimum": -1,