mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03:00
fix(server): orientation handling for person thumbnails (#10382)
fix orientation handling
This commit is contained in:
4
server/test/fixtures/face.stub.ts
vendored
4
server/test/fixtures/face.stub.ts
vendored
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user