Gamma correction and premultiply do not mix

Skip premultiply for fast blur/sharpen

Automate gamma correction tests
This commit is contained in:
Lovell Fuller
2015-08-11 21:51:22 +01:00
parent 9c83d98bbb
commit 36ac8828f2
7 changed files with 58 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.11.0",
"version": "0.11.1",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>",
@@ -51,7 +51,7 @@
"semver": "^5.0.1"
},
"devDependencies": {
"async": "^1.3.0",
"async": "^1.4.2",
"coveralls": "^2.11.2",
"exif-reader": "1.0.0",
"icc": "^0.0.2",