anggiaj / darkroom

Home Page:https://www.gojek.io/darkroom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Darkroom - Yet Another Image Proxy

build status Coverage Status Docs latest GoDoc Go Report Card GolangCI GitHub Release Mentioned in Awesome Go

Introduction

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.

Features

Darkroom supports several image operations which are documented here.

Installation

go get -u github.com/gojek/darkroom

Other ways to run can be found here.

Contributing Guide

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.

License

Darkroom is MIT licensed.

About

https://www.gojek.io/darkroom/

License:MIT License


Languages

Language:Go 89.5%Language:JavaScript 9.4%Language:Makefile 0.6%Language:Dockerfile 0.3%Language:CSS 0.3%