Go to file
Mateusz Łoskot 88faf47c22
[circleci] Restore building master and develop only [skip appveyor]
Add GCC 8.3 build job.
Tidy up.

[skip travis]
[skip azp]
2019-05-02 18:41:18 +02:00
.ci Disable stats from git log -1 during CI build 2019-04-14 23:57:18 +02:00
.circleci [circleci] Restore building master and develop only [skip appveyor] 2019-05-02 18:41:18 +02:00
.github Rationalize GitHub templates [ci skip] 2019-04-15 21:23:58 +02:00
doc [doc] Move Pixel Locator out of Pixel Iterator section (#288) [ci skip] 2019-04-24 21:59:54 +02:00
example [cmake] Update CMakeSettings.json with Boost hints [ci skip] 2019-04-16 21:06:07 +02:00
include/boost Add SFINAE-friendly version of std::common_type (#298) 2019-05-02 14:38:21 +02:00
io Officially drop support for GCC <= 4.8 (#296) 2019-04-28 15:50:56 +02:00
meta Add Mateusz Loskot to maintainers [ci skip] 2018-12-18 23:04:51 +01:00
numeric Officially drop support for GCC <= 4.8 (#296) 2019-04-28 15:50:56 +02:00
test Ignore -Wsign-conversion warning from Boost.Test 2019-05-02 10:05:09 +02:00
toolbox Officially drop support for GCC <= 4.8 (#296) 2019-04-28 15:50:56 +02:00
.appveyor.yml [appveyor] Add build jobs using VS2015 (#290) [travis skip] 2019-04-17 01:29:38 +02:00
.azure-pipelines.yml [CI] Rationalize deployment of Boost dependencies (#279) 2019-04-13 11:51:26 +02: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 Ignore .log files [skip ci] 2019-05-02 10:04:16 +02:00
.travis.yml [CI] Rationalize deployment of Boost dependencies (#279) 2019-04-13 11:51:26 +02:00
CMakeLists.txt [CI] Rationalize deployment of Boost dependencies (#279) 2019-04-13 11:51:26 +02:00
conanfile.txt Add basic CMake configuration for Boost.GIL 2018-06-27 00:02:27 -04:00
CONTRIBUTING.md Add section on CMakeSettings.json for VS 2019-04-11 18:36:12 +02: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 Use Boost.Build 'cxxstd' feature instead of '-std' compiler flag (#266) 2019-03-22 08:16:11 +01:00
LICENSE.txt Add LICENSE.txt file [ci skip] 2018-12-15 19:59:40 +01:00
README.md Officially drop support for GCC <= 4.8 (#296) 2019-04-28 15:50:56 +02: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
C++/compilers: 11, 14, 17 11, 14, 17 11 11
msvc++ VS2015, VS2017 VS2015, VS2017
clang++ Xcode 9.4.1 3.9, 5.0, Xcode 9.4.1 3.9, 4.0, 5.0
g++ 5.4, 8.1 5.5, 6.5, 7.4 4.9, 5.1-5, 6.1-4, 7.1-3, 8.2
tests coverage:
core + concepts Y Y Y Y
headers core + ext core + ext core + ext core + ext
ext/dynamic_image
ext/io simple simple simple
ext/numeric Y Y Y Y
ext/toolbox Y Y Y Y
build config: Boost.Build, CMake CMake 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

See CONTRIBUTING.md for instructions about how to build and run tests, examples.

See example/README.md for available GIL examples.

Requirements

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

The Boost Generic Image Library (GIL) requires:

  • C++11 compiler (GCC 4.9, clang 3.3, MSVC++ 14.0 (1900) or any later version)
  • 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.