mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix(deps): update sharp to ^0.35.3 (#29132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7cd0a7d30c
commit
bd2cbb751b
8 changed files with 174 additions and 145 deletions
|
|
@ -187,6 +187,7 @@ export class MediaRepository {
|
|||
let pipeline = sharp(input, {
|
||||
// some invalid images can still be processed by sharp, but we want to fail on them by default to avoid crashes
|
||||
failOn: options.processInvalidImages ? 'none' : 'error',
|
||||
limitInputChannels: false,
|
||||
limitInputPixels: false,
|
||||
raw: options.raw,
|
||||
unlimited: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue