mirror of
https://github.com/boostorg/gil.git
synced 2026-02-02 08:52:10 +00:00
b1eaa7ea905c5350191fe7afe656ce561fc3ec33
* Applies patch from John Femiani submitted via Trac https://svn.boost.org/trac10/ticket/2222 description: It would be convenient if GIL views modeled ReversibleCollection concept. In fact they almost do already. Without modeling this concept, it is hard to use an image view with boost::range algorithms. * Add related image_view concepts for Collection, ForwardCollection, ReversibleCollection. * Add tests for the new concepts. * Add run-time tests for the new image_view methods.
Boost.GIL is a part of the Boost C++ Libraries.
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.
NOTE: The Boost Generic Image Library (GIL) requires C++11 compiler and its source code is currently being modernized.
Test results
| Branch | Travis (gcc/clang) | AppVeyor (VS2017) | CircleCI (gcc/clang) | Regression |
|---|---|---|---|---|
| develop | ![]() |
|||
| master | ![]() |
Description
Languages
C++
98.3%
CMake
1.6%
Shell
0.1%







