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

View File

@@ -72,8 +72,8 @@ export const faceStub = {
boundingBoxY1: 5,
boundingBoxX2: 505,
boundingBoxY2: 505,
imageHeight: 1000,
imageWidth: 1000,
imageHeight: 2880,
imageWidth: 2160,
}),
middle: Object.freeze<NonNullableProperty<AssetFaceEntity>>({
id: 'assetFaceId6',