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

@@ -47,6 +47,10 @@ export interface ImageDimensions {
height: number;
}
export interface InputDimensions extends ImageDimensions {
inputPath: string;
}
export interface VideoInfo {
format: VideoFormat;
videoStreams: VideoStreamInfo[];