3d0c / imagio

Image Processing Web Service.
MIT License
90 stars 12 forks source link

License? #3

Closed kainosnoema closed 10 years ago

kainosnoema commented 10 years ago

This is a great project. I had already been thinking about the possibility of an image resizing service behind groupcache before stumbling on this.

I'd love to contribute in some way, but since there's no license, it's unclear how the code can be used and/or modified. Would you mind adding a LICENSE file to the project, along with a mention in the readme perhaps? I'm a fan of the MIT license, or any other that allows source code to be modified, redistributed, and used with code under other licenses.

3d0c commented 10 years ago

Hi, Evan. Thank's for comment and point. Here is it #e64a36b0c5. All contributions are welcome, just keep in mind, that this version is final. I've realized some weaknesses, so it will be completely refactored soon, all useful features will be migrated to the new one.

kainosnoema commented 10 years ago

Thanks, @3d0c. Will you be starting a new project then? I'm looking for similar functionality, but would love to have the OpenCV and caching parts split into a library, so it's not necessarily coupled to the HTTP endpoints.

Embedding something like a Serf agent for auto-discovery and configuration of the groupcache peers is something else I've toyed around with, but it's probably not something you'd want at this level. Again, having that core library with the OpenCV bindings would be ideal. I'll keep an eye on what you're doing though, this is a great start.