mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
fix(server): orientation handling for person thumbnails (#10382)
fix orientation handling
This commit is contained in:
@@ -47,6 +47,10 @@ export interface ImageDimensions {
|
||||
height: number;
|
||||
}
|
||||
|
||||
export interface InputDimensions extends ImageDimensions {
|
||||
inputPath: string;
|
||||
}
|
||||
|
||||
export interface VideoInfo {
|
||||
format: VideoFormat;
|
||||
videoStreams: VideoStreamInfo[];
|
||||
|
||||
Reference in New Issue
Block a user