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
- Host: GitHub
- URL: https://github.com/bytespider/resized
- Owner: bytespider
- License: mit
- Created: 2012-10-08T20:57:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T09:35:00.000Z (about 11 years ago)
- Last Synced: 2025-03-11T19:49:25.174Z (over 1 year ago)
- Language: JavaScript
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
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.