mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-28 13:04:38 +02:00
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user