Combine new tile* API methods

Use v7.40.0+ libvips loader methods

Separate Openslide as input vs Deep Zoom as output

Split tile-based tests into new file

Added assertions for generated tile size
This commit is contained in:
Lovell Fuller
2015-03-12 15:39:27 +00:00
parent 2d1e6f2644
commit 5781a23a4d
11 changed files with 314 additions and 215 deletions

13
package.json Normal file → Executable file
View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.9.3",
"version": "0.10.0",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>",
@@ -30,6 +30,7 @@
"png",
"webp",
"tiff",
"dzi",
"resize",
"thumbnail",
"crop",
@@ -37,17 +38,19 @@
"vips"
],
"dependencies": {
"bluebird": "^2.9.12",
"color": "^0.7.3",
"bluebird": "^2.9.14",
"color": "^0.8.0",
"nan": "^1.6.2",
"semver": "^4.3.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"mocha-jshint": "^0.0.9",
"mocha-jshint": "^1.0.0",
"istanbul": "^0.3.6",
"coveralls": "^2.11.2",
"node-cpplint": "^0.4.0"
"node-cpplint": "^0.4.0",
"rimraf": "^2.3.2",
"async": "^0.9.0"
},
"license": "Apache 2.0",
"engines": {