Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:03:33.000Z (over 4 years ago)
- Last Synced: 2024-10-31T18:58:39.599Z (about 2 months 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 [![Build Status](https://secure.travis-ci.org/noflo/noflo-sharp.png?branch=master)](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.gitcat << EOF > .buildpacks
https://github.com/automata/heroku-buildpack-vips.git
https://github.com/heroku/heroku-buildpack-nodejs.git
EOFgit push heroku master
```When modifying an existing Heroku app:
```bash
heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.gitcat << EOF > .buildpacks
https://github.com/automata/heroku-buildpack-cairo.git
https://github.com/heroku/heroku-buildpack-nodejs.git
EOFgit push heroku master
```