mirror of
https://github.com/boostorg/gil.git
synced 2026-02-23 15:52:10 +00:00
cff6966020d7de9c17682bf1d23dd9af4b499a5d
https://svn.boost.org/trac10/ticket/2979 description: The description of the metafunction boost::gil::image_is_basic says that it will return mpl::true_ if the image uses a basic view and std::allocator<unsigned char>, however the implementation returns true for any kind images that use any kind of allocator.
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.
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%







