This commit is contained in:
syuilo 2017-12-11 02:59:05 +09:00
parent 34c5096140
commit 4b3477d3a2

View File

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