Darkroom combines the storage backend and the image processor and acts as an Image Proxy
on your image source.
You may implement your own Storage
and Processor
interfaces to gain custom functionality while still keeping other Darkroom Server functionality.
The native implementations focus on speed and resiliency.
Darkroom supports several image operations which are documented here.
go get -u github.com/gojek/darkroom
Other ways to run can be found here.
Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Darkroom.
Darkroom is MIT licensed.