mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
chore(deps): bump sharp to 0.34.3 (#21596)
* bump sharp to 0.34.3 * set unlimited
This commit is contained in:
@@ -141,6 +141,7 @@ export class MediaRepository {
|
||||
failOn: options.processInvalidImages ? 'none' : 'error',
|
||||
limitInputPixels: false,
|
||||
raw: options.raw,
|
||||
unlimited: true,
|
||||
})
|
||||
.pipelineColorspace(options.colorspace === Colorspace.Srgb ? 'srgb' : 'rgb16')
|
||||
.withIccProfile(options.colorspace);
|
||||
|
||||
Reference in New Issue
Block a user