mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): orientation handling for person thumbnails (#10382)
fix orientation handling
This commit is contained in:
parent
0b08af7082
commit
e77e87b936
4 changed files with 17 additions and 27 deletions
|
|
@ -47,6 +47,10 @@ export interface ImageDimensions {
|
|||
height: number;
|
||||
}
|
||||
|
||||
export interface InputDimensions extends ImageDimensions {
|
||||
inputPath: string;
|
||||
}
|
||||
|
||||
export interface VideoInfo {
|
||||
format: VideoFormat;
|
||||
videoStreams: VideoStreamInfo[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue