https://github.com/cyu/connect-emma
Super simple image processing proxy written in Node
https://github.com/cyu/connect-emma
Last synced: 17 days ago
JSON representation
Super simple image processing proxy written in Node
- Host: GitHub
- URL: https://github.com/cyu/connect-emma
- Owner: cyu
- License: mit
- Created: 2012-02-15T06:16:03.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T20:46:24.000Z (over 5 years ago)
- Last Synced: 2024-04-14T18:18:57.378Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 7.1 MB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - connect-emma - Super simple image processing proxy written in Node ⭐2 `JavaScript` (📦 Legacy & Inactive Projects)
README
Emma - Connect middleware for transforming images on the fly
============================================================
Emma is a connect middleware that will proxy images from an origin server while allowing you to manipulate that image along the way. It is useful if you don't want to have to create all the different permutations of an image when it is originally uploaded to server, and instead you want to generate it dynamically, letting your CDN handle the storage.
Emma uses the gm package, which is a node.js library for GraphicsMagick. Read more about what it can do here: http://aheckmann.github.com/gm/
Take a look at the example to see what it can do: https://github.com/cyu/connect-emma/blob/master/examples/server.js