First stab at README
[ci skip]
This commit is contained in:
parent
dfc86f6895
commit
f42953f1d8
19
README.md
Normal file
19
README.md
Normal 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.
|
||||
|
||||
[](http://boost.org/libs/gil)
|
||||
[](https://github.com/boostorg/gil/wiki)
|
||||
[](http://www.boost.org/LICENSE_1_0.txt)
|
||||
[](http://lists.boost.org/boost/)
|
||||
|
||||
## Test results
|
||||
|
||||
Branch | Linux | Windows | Regression
|
||||
------------|---------------|---------------|------------
|
||||
**master** | [](https://travis-ci.org/boostorg/gil) | [![AppVeyor]()](https://ci.appveyor.com/project/stefanseefeld/gil) | [](http://www.boost.org/development/tests/master/developer/gil.html)
|
||||
**develop** | [](https://travis-ci.org/boostorg/gil) | [![AppVeyor]()](https://ci.appveyor.com/project/stefanseefeld/gil) | [](http://www.boost.org/development/tests/develop/developer/gil.html)
|
Loading…
Reference in New Issue
Block a user