mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(deps): bump sharp to 0.34.3 (#21596)
* bump sharp to 0.34.3 * set unlimited
This commit is contained in:
parent
6e7c2817a3
commit
53825cc3d6
5 changed files with 241 additions and 191 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue