C++ Boost


Boost Generic Image Library

The Generic Image Library (GIL) is a C++14 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.

Quickstart

Core Library Documentation

Extensions Documentation

Examples