mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
This commit is contained in:
parent
34c5096140
commit
4b3477d3a2
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ function thumbnail(data: stream.Readable, type: string, resize: number): ISend {
|
||||||
const stream = g
|
const stream = g
|
||||||
.compress('jpeg')
|
.compress('jpeg')
|
||||||
.quality(80)
|
.quality(80)
|
||||||
|
.interlace('line')
|
||||||
.noProfile() // Remove EXIF
|
.noProfile() // Remove EXIF
|
||||||
.stream();
|
.stream();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue