ngryman / ribs

:meat_on_bone: Responsive Images Baked Server-side.
GNU General Public License v3.0
39 stars 8 forks source link

v0.0.1 #24

Closed ngryman closed 10 years ago

ngryman commented 10 years ago

First release that contains a basic version of the image processing layer. There are still a lot of pending work to do: v0.0.2. Here are the fixed issues: https://github.com/ngryman/ribs/issues?milestone=1&page=1&state=closed

For now there are 4 operations:

Each one of those operations is implemented in c++ and wrapped by a JavaScript's function. Those functions are always async and have the same signature: (params, image, next). For now, the Pipeline object helps to enqueue several operations. Later it will be used by ribs fronted like the one described in the API wiki page.

Each one of those operations, and the Pipeline are covered by acceptance tests.