Upgrade libvips to v8.4.2

Improved EXIF orientation and GIF alpha channel support
This commit is contained in:
Lovell Fuller
2016-10-15 19:07:25 +01:00
parent 1051fcd278
commit eb30f6ceff
19 changed files with 497 additions and 154 deletions

4
package.json Normal file → Executable file
View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.16.2",
"version": "0.17.0",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>",
@@ -81,7 +81,7 @@
},
"license": "Apache-2.0",
"config": {
"libvips": "8.3.3"
"libvips": "8.4.2"
},
"engines": {
"node": ">=0.10"