Go to file
Mateusz Łoskot 4325be7f7d
Merge branch 'develop'
* develop:
  README.md: Add link to release notes
2019-11-26 01:36:44 +01:00
.ci Merge branch 'develop' for Boost 1.72 release. 2019-10-29 16:54:55 -04:00
.circleci Move tests of extensions inside test/ directory (#302) 2019-09-26 11:43:13 +02:00
.github Delete deprecated .github/ISSUE_TEMPLATE.md [ci skip] 2019-08-08 00:47:44 +02:00
doc doc/README.md: clarify steps building docs [ci skip] 2019-11-04 23:09:14 +01:00
example Typo in README [ci skip] 2019-11-10 22:31:27 +01:00
include/boost Remove include/boost/gil/version.hpp file as unused (#403) 2019-11-09 23:09:09 +01:00
meta Mention C++11 in meta/libraries.json 2019-11-18 23:15:12 +01:00
test [cmake] Rationalise names of tests vs targets 2019-10-30 10:25:41 +01:00
.appveyor.yml Move tests of extensions inside test/ directory (#302) 2019-09-26 11:43:13 +02:00
.azure-pipelines.yml [CMake] Remove GIL_DOWNLOAD_FINDBOOST option (#307) 2019-06-05 09:19:17 +02:00
.clang-tidy Apply clang-tidy modernize-use-using to core headers (#192) 2018-12-15 19:10:30 +01:00
.editorconfig Import pre-Boost history of GIL by Adobe to release notes (#405) [ci skip] 2019-11-26 01:29:03 +01:00
.gitattributes Add Boost.Build variants for UBSan-enabled builds 2018-06-27 00:02:27 -04:00
.gitignore Implement Sobel and Scharr operators (#392) 2019-10-29 22:38:04 +06:00
.markdownlint.json Add Markdown linting with Node package markdownlint [ci skip] 2019-11-04 23:54:18 +01:00
.travis.yml [travis] Remove llvm-toolchain-trusty-6.0 source [skip appveyor] 2019-09-26 18:09:15 +02:00
CMakeLists.txt Remove include/boost/gil/version.hpp file as unused (#403) 2019-11-09 23:09:09 +01:00
conanfile.txt inspect: Add missing Boost license info and copyright notice in conanfile.txt 2019-08-08 22:18:57 +02:00
CONTRIBUTING.md Add Markdown linting with Node package markdownlint [ci skip] 2019-11-04 23:54:18 +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 minimal top-level Jamfile to run test/ project 2019-09-26 11:43:33 +02:00
LICENSE.txt Add LICENSE.txt file [ci skip] 2018-12-15 19:59:40 +01:00
README.md README.md: Add link to release notes [ci skip] 2019-11-26 01:35:35 +01:00
RELEASES.md Import pre-Boost history of GIL by Adobe to release notes (#405) [ci skip] 2019-11-26 01:29:03 +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

Documentation 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-3
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 RELEASES.md for release notes.

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
  • Headers and libraries of libjpeg, libpng, libtiff, libraw for the I/O extension

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.