Major rewrite and therefore API change. Despite the name, image sharpening is now optional, plus there are other new options. Can now handle buffers in and out. Doubled performance in certain cases. Closes #3. Closes #4.

This commit is contained in:
Lovell Fuller
2014-01-19 21:38:37 +00:00
parent be8f35d830
commit d509458ba1
6 changed files with 454 additions and 219 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.0.9",
"version": "0.1.0",
"author": "Lovell Fuller",
"description": "High performance module to resize JPEG and PNG images using the libvips image processing library",
"scripts": {