feat: optionally generate thumbnails for invalid images (#11126)

This commit is contained in:
Saschl 2024-07-18 18:07:22 +02:00 committed by GitHub
parent c77702279c
commit d37e8ede3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 57 additions and 13 deletions

View file

@ -16,6 +16,7 @@ export interface ThumbnailOptions {
colorspace: string;
quality: number;
crop?: CropOptions;
processInvalidImages: boolean;
}
export interface VideoStreamInfo {