Add nearest neighbour interpolation

Suitable for image enlargement
This commit is contained in:
Lovell Fuller
2014-08-26 09:38:27 +01:00
parent d0f51363bf
commit 8380be4be3
5 changed files with 28 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.6.1",
"version": "0.6.2",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>",
@@ -36,7 +36,7 @@
],
"dependencies": {
"nan": "^1.3.0",
"bluebird": "^2.3.1"
"bluebird": "^2.3.2"
},
"devDependencies": {
"imagemagick": "^0.1.3",