First stab at README

[ci skip]
This commit is contained in:
Mateusz Loskot 2018-03-20 23:32:18 +01:00 committed by Stefan Seefeld
parent dfc86f6895
commit f42953f1d8

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# Boost.GIL
Boost.GIL is a part of the [Boost C++ Libraries](http://github.com/boostorg).
The Boost Generic Image Library (GIL) is a C++ library that abstracts image
representations from algorithms and allows writing code that can work on a
variety of images with performance similar to hand-writing for a specific image type.
[![Documentation](https://img.shields.io/badge/gil-documentation-4480cc.png)](http://boost.org/libs/gil)
[![Wiki](https://img.shields.io/badge/gil-wiki-4480cc.png)](https://github.com/boostorg/gil/wiki)
[![Licence](https://img.shields.io/badge/license-boost-4480cc.png)](http://www.boost.org/LICENSE_1_0.txt)
[![Mailing List](https://img.shields.io/badge/boost-mailing%20list-4eb899.png)](http://lists.boost.org/boost/)
## Test results
Branch | Linux | Windows | Regression
------------|---------------|---------------|------------
**master** | [![Travis](https://travis-ci.org/boostorg/gil.svg?branch=master)](https://travis-ci.org/boostorg/gil) | [![AppVeyor]()](https://ci.appveyor.com/project/stefanseefeld/gil) | [![gil](https://img.shields.io/badge/gil-master-4480cc.png)](http://www.boost.org/development/tests/master/developer/gil.html)
**develop** | [![Travis](https://travis-ci.org/boostorg/gil.svg?branch=develop)](https://travis-ci.org/boostorg/gil) | [![AppVeyor]()](https://ci.appveyor.com/project/stefanseefeld/gil) | [![gil](https://img.shields.io/badge/gil-develop-4480cc.png)](http://www.boost.org/development/tests/develop/developer/gil.html)