This commit is contained in:
syuilo 2017-12-11 02:59:05 +09:00
parent d3e5a546d7
commit 711ddc03af

View file

@ -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();