Skip to content
/ gil Public
forked from boostorg/gil

Boost.GIL - Generic Image Library | Requires C++11 since Boost 1.68

License

Notifications You must be signed in to change notification settings

lpranam/gil

This branch is 123 commits behind boostorg/gil:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1995201 · Feb 9, 2022
Feb 28, 2021
Jan 21, 2021
Apr 2, 2021
Nov 8, 2021
Feb 5, 2022
Feb 9, 2022
Dec 16, 2020
Feb 9, 2022
Feb 9, 2021
Mar 2, 2021
Dec 15, 2018
Nov 26, 2019
Jun 27, 2018
Oct 11, 2020
Nov 4, 2019
Oct 30, 2021
Dec 16, 2021
Nov 10, 2021
Dec 15, 2018
Mar 1, 2021
Nov 10, 2020
Mar 1, 2021
Jan 11, 2021
Jun 27, 2018
Jun 27, 2018

Repository files navigation

Boost Generic Image Library (GIL)

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

Documentation GitHub Actions AppVeyor Azure Pipelines CircleCI Regression Codecov
develop GitHub Actions AppVeyor Azure CircleCI gil codecov
master GitHub Actions AppVeyor Azure CircleCI gil codecov

Boost.GIL

Introduction

Boost.GIL is a part of the Boost C++ Libraries.

The Boost Generic Image Library (GIL) is a C++11 header-only 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 and examples using Boost.Build or CMake.

See example/README.md for GIL usage examples.

See example/b2/README.md for Boost.Build configuration examples.

See example/cmake/README.md for CMake configuration 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 and some of examples.

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.

About

Boost.GIL - Generic Image Library | Requires C++11 since Boost 1.68

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.4%
  • CMake 1.5%
  • Other 0.1%