mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -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
|
||||
.compress('jpeg')
|
||||
.quality(80)
|
||||
.interlace('line')
|
||||
.noProfile() // Remove EXIF
|
||||
.stream();
|
||||
|
||||
|
|
Loading…
Reference in a new issue