mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
This commit is contained in:
parent
34c5096140
commit
4b3477d3a2
@ -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 New Issue
Block a user