1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00

Travis badge and forgotten kudos

This commit is contained in:
DarthSim 2017-09-28 01:25:51 +06:00
parent 7e1b9408a4
commit adbc7f6c9e

View File

@ -3,6 +3,8 @@
<img align="right" width="200" height="200" title="imgproxy logo"
src="https://cdn.rawgit.com/DarthSim/imgproxy/master/logo.svg">
[![Build Status](https://travis-ci.org/DarthSim/imgproxy.svg?branch=feature%2Fdrop-bimg)](https://travis-ci.org/DarthSim/imgproxy)
imgproxy is a fast and secure standalone server for resizing and converting remote images. The main principles of imgproxy are simplicity, speed, and security.
imgproxy can be used to provide a fast and secure way to replace all the image resizing code of your web application (like calling ImageMagick or GraphicsMagick, or using libraries), while also being able to resize everything on the fly, fast and easy. imgproxy is also indispensable when handling lots of image resizing, especially when images come from a remote source.
@ -47,7 +49,7 @@ There are two ways you can install imgproxy:
#### From the source
1. First, install [libvips](https://github.com/jcupitt/libvips):
1. First, install [libvips](https://github.com/jcupitt/libvips).
```bash
# macOS
@ -214,6 +216,8 @@ imgproxy supports only the most popular image formats of the moment: PNG, JPEG,
Sergey "DarthSim" Aleksandrovich
Many thanks to @romashamin for the awesome logo.
## License
imgproxy is licensed under the MIT license.