https://github.com/noflo/noflo-sharp
Fast image resizing components for NoFlo.
https://github.com/noflo/noflo-sharp
noflo resized-images sharp-library
Last synced: 10 months ago
JSON representation
Fast image resizing components for NoFlo.
- Host: GitHub
- URL: https://github.com/noflo/noflo-sharp
- Owner: noflo
- License: mit
- Created: 2015-03-21T22:49:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:03:33.000Z (over 5 years ago)
- Last Synced: 2024-10-31T18:58:39.599Z (over 1 year ago)
- Topics: noflo, resized-images, sharp-library
- Language: CoffeeScript
- Size: 5.8 MB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# noflo-sharp [](http://travis-ci.org/noflo/noflo-sharp)
Fast image resizing components for [NoFlo](http://noflojs.org), powered by [vips](http://www.vips.ecs.soton.ac.uk).
# Dependencies
Check [sharp](http://github.com/lovell/sharp) for updated instructions of how to install required [dependencies](https://github.com/lovell/sharp#prerequisites).
# Heroku
When creating a new Heroku app:
```bash
heroku apps:create -b https://github.com/ddollar/heroku-buildpack-multi.git
cat << EOF > .buildpacks
https://github.com/automata/heroku-buildpack-vips.git
https://github.com/heroku/heroku-buildpack-nodejs.git
EOF
git push heroku master
```
When modifying an existing Heroku app:
```bash
heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
cat << EOF > .buildpacks
https://github.com/automata/heroku-buildpack-cairo.git
https://github.com/heroku/heroku-buildpack-nodejs.git
EOF
git push heroku master
```