Add support for the "mitchell" kernel for image reductions (#1438)

This commit is contained in:
Daiz
2018-10-28 17:11:27 +02:00
committed by Lovell Fuller
parent 95ef6b3f71
commit 1fa388370e
6 changed files with 13 additions and 2 deletions

View File

@@ -55,7 +55,8 @@
"Alun Davies <alun.owain.davies@googlemail.com>",
"Aidan Hoolachan <ajhoolachan21@gmail.com>",
"Axel Eirola <axel.eirola@iki.fi>",
"Freezy <freezy@xbmc.org>"
"Freezy <freezy@xbmc.org>",
"Daiz <taneli.vatanen@gmail.com>"
],
"scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)",