This commit is contained in:
syuilo 2018-04-10 02:36:28 +09:00
parent 43ae3c6e27
commit 47b6f5de92

View file

@ -83,7 +83,6 @@ function thumbnail(data: stream.Readable, type: string, resize: number): ISend {
.compress('jpeg')
.quality(80)
.interlace('line')
.noProfile() // Remove EXIF
.stream();
return {