Go to file
Mateusz Łoskot 293164e370
[cmake] Build header tests as executable, not OBJECT [ci skip]
Avoid file TOUCH command which requires CMake 3.12+
2018-12-15 21:42:42 +01:00
.ci A few more CI fixes. 2018-06-27 08:10:32 -04:00
.circleci [CircleCI] Switch build GCC 8.1 to 8.2 2018-08-25 22:46:08 +02:00
.github Emphasize branch requirement and simplify description section [ci skip] 2018-08-24 09:57:16 +02:00
doc Remove unnecessary extern C around libraw.h include (#178) 2018-12-09 21:38:59 +01:00
example [cmake] Update sample CMakeSettings.json with new options [ci skip] 2018-12-15 21:04:30 +01:00
include/boost Apply clang-tidy modernize-use-using to core headers (#192) 2018-12-15 19:10:30 +01:00
io [cmake] Tidy up [ci skip] 2018-12-12 14:00:13 +01:00
meta Add metadata file. 2017-07-13 10:01:51 -04:00
numeric [cmake] Tidy up [ci skip] 2018-12-12 14:00:13 +01:00
test [cmake] Build header tests as executable, not OBJECT [ci skip] 2018-12-15 21:42:42 +01:00
toolbox [cmake] Tidy up [ci skip] 2018-12-12 14:00:13 +01:00
.appveyor.yml Add test to verify headers are self-contained 2018-10-05 18:11:08 +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 Start doc/README.md document [ci skip] 2018-11-20 15:59:01 +01:00
.travis.yml [travis] Switch Boost super-project to develop branch [skip appveyor] (#161) 2018-10-23 21:51:51 +02:00
CMakeLists.txt [cmake] Add GIL_ENABLE_EXT_* options [ci skip] 2018-12-13 00:57:30 +01:00
conanfile.txt Add basic CMake configuration for Boost.GIL 2018-06-27 00:02:27 -04:00
CONTRIBUTING.md [cmake] Add GIL_ENABLE_EXT_* options [ci skip] 2018-12-13 00:57:30 +01: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 Add first batch of examples to Jamfile 2018-09-21 23:02:49 +02:00
LICENSE.txt Add LICENSE.txt file [ci skip] 2018-12-15 19:59:40 +01:00
README.md Update README with added sections and ToC [ci skip] 2018-12-12 22:11:07 +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)

Licence Documentation Wiki Mailing List Gitter

Branch Travis (gcc/clang) AppVeyor (VS2017) CircleCI (gcc/clang) Regression
develop Travis AppVeyor CircleCI gil
master Travis AppVeyor CircleCI gil

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.