Use tile cache for interlace output

Doubles performance of Adam7 interlaced PNG output
This commit is contained in:
Lovell Fuller
2014-07-09 23:47:04 +01:00
parent 2126f9afc1
commit 1cce56b024
2 changed files with 30 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.5.1",
"version": "0.5.2",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>",
@@ -33,11 +33,11 @@
],
"dependencies": {
"nan": "^1.2.0",
"bluebird": "^2.1.2"
"bluebird": "^2.2.1"
},
"devDependencies": {
"imagemagick": "^0.1.3",
"imagemagick-native": "^1.1.1",
"imagemagick-native": "^1.2.2",
"gm": "^1.16.0",
"async": "^0.9.0",
"benchmark": "^1.0.0"