This commit is contained in:
parent
43ae3c6e27
commit
47b6f5de92
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue