Add support for writing image data output to a buffer, boosting ops/sec by ~7%. Partially implements #3.

This commit is contained in:
Lovell Fuller
2014-01-11 21:50:17 +00:00
parent dde9e94850
commit f7b8ce1287
5 changed files with 142 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.0.6",
"version": "0.0.7",
"author": "Lovell Fuller",
"description": "High performance module to resize JPEG and PNG images using the libvips image processing library",
"scripts": {
@@ -20,7 +20,8 @@
"crop",
"embed",
"libvips",
"fast"
"fast",
"buffer"
],
"devDependencies": {
"imagemagick": "*",