fast image resize library
Install the module with: npm install resized
var resized = require('resized');
You'll need the following command line dependencies.
OSX:
brew install libjpeg
brew install jhead
brew install netpbm
Ubuntu:
apt-get install libjpeg
apt-get install jhead
apt-get install netpbm
Windows:
You're on your own.
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
(Nothing yet)
Copyright (c) 2012 Rob Griffiths
Licensed under the MIT license.