This commit is contained in:
parent
d3e5a546d7
commit
711ddc03af
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue