https://github.com/jonalu/image-service
https://github.com/jonalu/image-service
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonalu/image-service
- Owner: jonalu
- Created: 2015-10-15T11:35:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T21:45:49.000Z (over 9 years ago)
- Last Synced: 2025-01-11T14:47:24.291Z (4 months ago)
- Language: JavaScript
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Image service
Upload images to server and resize them per request by specifying GET params w (width) and h (height).
Requires that you already have imagemagick installed on your server.It is easy to add image transformations in the imagemagick middleware (middlewares/gm)