fix(server): orientation handling for person thumbnails (#10382)

fix orientation handling
This commit is contained in:
Mert
2024-06-16 11:45:58 -04:00
committed by GitHub
parent 0b08af7082
commit e77e87b936
4 changed files with 17 additions and 27 deletions
+3 -3
View File
@@ -917,9 +917,9 @@ describe(PersonService.name, () => {
colorspace: Colorspace.P3,
crop: {
left: 0,
top: 428,
width: 1102,
height: 1102,
top: 85,
width: 510,
height: 510,
},
},
);