Go to file
2019-02-23 11:16:57 +00:00
.ci [azure] Suppress all b2 informational messages when installing Boost 2019-02-05 20:20:27 +01:00
.circleci [ci] Ensure CI builds clone pre-determined super-project branch 2019-02-19 18:21:28 +01:00
.github Emphasize branch requirement and simplify description section [ci skip] 2018-08-24 09:57:16 +02:00
doc Replace BOOST_STATIC_CONSTANT with constexpr (#211) 2019-01-12 23:57:35 +01:00
example [ci] Ensure CI builds clone pre-determined super-project branch 2019-02-19 18:21:28 +01:00
include/boost Add missing #include <boost/config.hpp> 2019-02-21 00:41:30 +01:00
io Build core tests with BOOST_GIL_USE_CONCEPT_CHECK defined (#230) 2019-02-05 22:19:35 +00:00
meta Add Mateusz Loskot to maintainers [ci skip] 2018-12-18 23:04:51 +01:00
numeric Ignore warning -Wfloat-equal in tests 2019-02-06 22:22:35 +01:00
test Add test for locator concepts (#241) 2019-02-23 11:16:57 +00:00
toolbox Refine previous fix for -Wtype-limits in toolbox test 2019-02-06 22:55:17 +01:00
.appveyor.yml [appveyor] Fix accidental YAML breakage [skip travis] 2019-02-19 20:55:35 +01:00
.azure-pipelines.yml [azure] Add C++14 builds using GCC 8 and VS2017 (#233) 2019-02-05 19:18:32 +00:00
.clang-tidy Apply clang-tidy modernize-use-using to core headers (#192) 2018-12-15 19:10:30 +01:00
.editorconfig Add test to verify headers are self-contained 2018-10-05 18:11:08 +02:00
.gitattributes Add Boost.Build variants for UBSan-enabled builds 2018-06-27 00:02:27 -04:00
.gitignore Start doc/README.md document [ci skip] 2018-11-20 15:59:01 +01:00
.travis.yml [ci] Ensure CI builds clone pre-determined super-project branch 2019-02-19 18:21:28 +01:00
CMakeLists.txt [cmake] Make purpose of CMake clear [ci skip] 2019-01-06 00:49:28 +01:00
conanfile.txt Add basic CMake configuration for Boost.GIL 2018-06-27 00:02:27 -04:00
CONTRIBUTING.md Move GIL's original test suites to test/legacy/ (#239) 2019-02-20 19:03:28 +00:00
fabscript Add more build options. 2018-06-27 00:02:27 -04:00
index.html Update documentation. 2018-06-27 00:02:27 -04:00
Jamfile Disable detailed warnings on CI builds (#240) 2019-02-22 23:04:12 +00:00
LICENSE.txt Add LICENSE.txt file [ci skip] 2018-12-15 19:59:40 +01:00
README.md Update build status with new compiler and C++ versions [ci skip] 2019-02-06 10:13:18 +01:00
sublibs Added sublibs file telling regression tools that subdirs contain library tests 2018-06-27 00:02:27 -04:00

Boost Generic Image Library (GIL)

Language License Documentation Wiki Mailing List Gitter Try it online Conan Vcpkg


AppVeyor Azure Pipelines Travis CI CircleCI Regression
develop AppVeyor Azure Travis CircleCI gil
master AppVeyor Azure Travis CircleCI gil
msvc++ VS2017 15.9 VS2017 15.8
clang Xcode 9.4.1 3.9, 5.0, Xcode 9.4.1 3.9, 4.0, 5.0
gcc 5.4, 8.1 5.5, 6.5, 7.4 4.8-9, 5.1-5, 6.1-4, 7.1-3, 8.2
C++ 14 11, 14 11 11

Boost.Build, CMake CMake, Boost 1.68 Boost.Build, UBSan Boost.Build

Boost.GIL

Introduction

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.

Documentation

Requirements

NOTE: The library source code is currently being modernized for C++11.

The Boost Generic Image Library (GIL) requires:

  • C++11 compiler
  • Boost header-only libraries

Optionally, in order to build and run tests and examples

  • Boost.Filesystem
  • Boost.Test

Branches

The official repository contains the following branches:

  • master This holds the most recent snapshot with code that is known to be stable.

  • develop This holds the most recent snapshot. It may contain unstable code.

Community

There is number of communication channels to ask questions and discuss Boost.GIL issues:

Contributing (We Need Your Help!)

If you would like to contribute to Boost.GIL, help us improve the library and maintain high quality, there is number of ways to do it.

If you would like to test the library, contribute new feature or a bug fix, see the CONTRIBUTING.md where the whole development infrastructure and the contributing workflow is explained in details.

You may consider performing code reviews on active pull requests or help with solving reported issues, especially those labelled with:

Any feedback from users and developers, even simple questions about how things work or why they were done a certain way, carries value and can be used to improve the library.

License

Distributed under the Boost Software License, Version 1.0.