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
|
const stream = g
|
||||||
.compress('jpeg')
|
.compress('jpeg')
|
||||||
.quality(80)
|
.quality(80)
|
||||||
|
.interlace('line')
|
||||||
.noProfile() // Remove EXIF
|
.noProfile() // Remove EXIF
|
||||||
.stream();
|
.stream();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue