Couchmagick runs ImageMagicks convert on CouchDB documents. Reliable.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Johannes J. Schmidt 30c1b47d40 Initial commit 11 years ago
bin Initial commit 11 years ago
.gitignore Initial commit 11 years ago
.jshintrc Initial commit 11 years ago
README.md Initial commit 11 years ago
index.js Initial commit 11 years ago
package.json Initial commit 11 years ago

README.md

couchmagick

Run ImageMagicks convert on CouchDB documents.

Installation

via npm:

npm install couchmagick -g

Configuration

Add couchmagick to the os_daemons:

[os_daemons]
couchmagick = couchmagick

Now CouchDB takes care of the couchmagick process.

[couchmagick]
user = mein-user
password = secure
dbs = photos, _users
filter = 'myapp/myfilter'

Contributing

Lint your code via npm run jshint.

License

Copyright (c) 2012-2013 Johannes J. Schmidt, null2 GmbH

Licensed under the MIT license.