An open API service indexing awesome lists of open source software.

https://github.com/zalando-stups/skrop

Image transformation service using libvips, based on Skipper.
https://github.com/zalando-stups/skrop

image image-processing image-resize jpeg libvips microservice proxy-server resizes skipper

Last synced: 11 months ago
JSON representation

Image transformation service using libvips, based on Skipper.

Awesome Lists containing this project

README

          

skropodile

# Skrop   [![Build Status](https://travis-ci.org/zalando-stups/skrop.svg?branch=master)](https://travis-ci.org/zalando-stups/skrop) [![codecov](https://codecov.io/gh/zalando-stups/skrop/branch/master/graph/badge.svg)](https://codecov.io/gh/zalando-stups/skrop) [![Go Report Card](https://goreportcard.com/badge/github.com/zalando-stups/skrop)](https://goreportcard.com/report/github.com/zalando-stups/skrop) [![MicroBadger Size](https://img.shields.io/microbadger/image-size/skrop/skrop.svg?style=flat)](https://hub.docker.com/r/skrop/skrop/) [![Docker Pulls](https://img.shields.io/docker/pulls/skrop/skrop.svg?style=skrop)](https://hub.docker.com/r/skrop/skrop/) [![Docker](https://img.shields.io/badge/docker-skrop%2Fskrop-blue.svg?style=flat)](https://hub.docker.com/r/skrop/skrop/) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/zalando-stups/skrop/master/LICENSE)

Skrop is a media service based on [Skipper](https://github.com/zalando/skipper) and the [vips](https://github.com/jcupitt/libvips) library.
It provides different image transformations like resizing, cropping, adding overlays, blurring and sharpening etc.

## Topics

* [Installing](docs/INSTALLING.md)
* [Building from sources](docs/INSTALLING.md#building-from-sources)
* [Installing dependencies](docs/INSTALLING.md#installing-dependencies)
* [Using Docker](docs/INSTALLING.md#using-docker)
* [Using Heroku](docs/INSTALLING.md#using-heroku)
* [Getting started](./docs/GETTING_STARTED.md)
* [Versioning](./docs/VERSIONING.md)
* [Continuous Integration](./docs/CI.md)
* [Upgrading dependencies](docs/UPGRADING.md)
* [Security](./docs/SECURITY.md)

## License

[MIT](LICENSE)