fix(server): orientation handling for person thumbnails (#10382)
fix orientation handling
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user