From 32a2787254416a5a3e29be29463655713ab96a83 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 18 May 2016 20:40:31 +0100 Subject: [PATCH] Thank you to all the new contributors --- README.md | 2 +- docs/index.md | 8 ++++++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 211c34c9..9706847e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Resizing an image is typically 4x faster than using the quickest ImageMagick and GraphicsMagick settings. Colour spaces, embedded ICC profiles and alpha transparency channels are all handled correctly. -Bicubic interpolation with Lanczos anti-alias filtering ensures quality is not sacrificed for speed. +Lanczos resampling ensures quality is not sacrificed for speed. As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. diff --git a/docs/index.md b/docs/index.md index ee8f5866..ff954026 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ Resizing an image is typically 4x faster than using the quickest ImageMagick and GraphicsMagick settings. Colour spaces, embedded ICC profiles and alpha transparency channels are all handled correctly. -Bicubic interpolation with Lanczos anti-alias filtering ensures quality is not sacrificed for speed. +Lanczos resampling ensures quality is not sacrificed for speed. As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. @@ -88,12 +88,16 @@ the help and code contributions of the following people: * [Alaric Holloway](https://github.com/skedastik) * [Bernhard K. Weisshuhn](https://github.com/bkw) * [David A. Carley](https://github.com/dacarley) +* [John Tobin](https://github.com/jtobinisaniceguy) +* [Kenton Gray](https://github.com/kentongray) +* [Felix Bünemann](https://github.com/felixbuenemann) +* [Samy Al Zahrani](https://github.com/salzhrani) Thank you! ### Licence -Copyright 2013, 2014, 2015 Lovell Fuller and contributors. +Copyright 2013, 2014, 2015, 2016 Lovell Fuller and contributors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index 5d5c30ce..f10bcda3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "Felix Bünemann ", "Samy Al Zahrani " ], - "description": "High performance Node.js module to resize JPEG, PNG, WebP and TIFF images using the libvips library", + "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images", "scripts": { "clean": "rm -rf node_modules/ build/ include/ lib/ coverage/ test/fixtures/output.*", "test": "VIPS_WARNING=0 node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --slow=5000 --timeout=30000 ./test/unit/*.js",