mirror of
https://github.com/boostorg/gil.git
synced 2026-01-31 20:22:09 +00:00
ce82941fa20e6a433c25f314cc49d2bb4bf0510c
Add point2<T> alias template for backward compatibility with Boost <=1.68. Replace multiple point_t aliases of point<ptrdiff_t> with single defined in point.hpp. The point_t is common used to represent dimensions. Replace many uses of point<ptrdiff_t> with point_t. Apply reformatting around point2 changes to respect the line length limit. Follows up discussion in #154
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%







