mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: optionally generate thumbnails for invalid images (#11126)
This commit is contained in:
parent
c77702279c
commit
d37e8ede3b
7 changed files with 57 additions and 13 deletions
|
|
@ -16,6 +16,7 @@ export interface ThumbnailOptions {
|
|||
colorspace: string;
|
||||
quality: number;
|
||||
crop?: CropOptions;
|
||||
processInvalidImages: boolean;
|
||||
}
|
||||
|
||||
export interface VideoStreamInfo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue