2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-19 04:12:11 +00:00
2018-06-27 08:10:32 -04:00
2017-07-13 10:01:51 -04:00
2018-12-16 01:31:10 +01:00
2018-06-27 00:02:27 -04:00
2018-06-27 00:02:27 -04:00
2018-09-21 23:02:49 +02:00
2018-12-15 19:59:40 +01: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.

Description
Mirrored via gitea-mirror
Readme 105 MiB
Languages
C++ 98.3%
CMake 1.6%
Shell 0.1%