An open API service indexing awesome lists of open source software.

https://github.com/bytespider/resized

fast image resizing library
https://github.com/bytespider/resized

Last synced: 9 months ago
JSON representation

fast image resizing library

Awesome Lists containing this project

README

          

# resized

fast image resize library

## Getting Started
Install the module with: `npm install resized`

```javascript
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](https://github.com/gruntjs/grunt).

## Release History
_(Nothing yet)_

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