Update benchmark dependencies

This commit is contained in:
Lovell Fuller
2018-10-04 11:01:09 +01:00
parent fd2a10ccea
commit c22e2a17ef
2 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ async.series({
throw err;
} else {
image
.resize(width, height)
.resize(width, height, jimp.RESIZE_BICUBIC)
.quality(80)
.getBuffer(jimp.MIME_JPEG, function (err) {
if (err) {
@@ -74,7 +74,7 @@ async.series({
throw err;
} else {
image
.resize(width, height)
.resize(width, height, jimp.RESIZE_BICUBIC)
.quality(80)
.write(fixtures.outputJpg, function (err) {
if (err) {