Skip to content

bytespider/resized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resized

fast image resize library

Getting Started

Install the module with: npm install resized

var resized = require('resized');

Documentation

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.

Examples

(Coming soon)

Contributing

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.

Release History

(Nothing yet)

License

Copyright (c) 2012 Rob Griffiths
Licensed under the MIT license.

About

fast image resizing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published