mirror of
https://github.com/boostorg/gil.git
synced 2026-02-19 02:22:09 +00:00
21 lines
2.1 KiB
Markdown
21 lines
2.1 KiB
Markdown

|
|
|
|
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://www.boost.org/LICENSE_1_0.txt)
|
|
[](http://boostorg.github.com/gil/develop)
|
|
[](https://github.com/boostorg/gil/wiki)
|
|
[](https://lists.boost.org/mailman/listinfo.cgi/boost-gil)
|
|
[](https://gitter.im/boostorg/gil)
|
|
|
|
## Test results
|
|
|
|
Branch | Travis (gcc/clang) | AppVeyor (VS2017) | CircleCI (gcc/clang) | Regression
|
|
------------|--------------------|-------------------|----------------------|-----------
|
|
**develop** | [](https://travis-ci.org/boostorg/gil) | [](https://ci.appveyor.com/project/stefanseefeld/gil/branch/develop) | [](https://circleci.com/gh/boostorg/workflows/gil/tree/develop) | [](http://www.boost.org/development/tests/develop/developer/gil.html)
|
|
**master** | [](https://travis-ci.org/boostorg/gil) | [](https://ci.appveyor.com/project/stefanseefeld/gil/branch/master) | - | [](http://www.boost.org/development/tests/master/developer/gil.html)
|