Boost.GIL alternatives and similar libraries
Based on the "Image Processing" category.
Alternatively, view Boost.GIL alternatives based on common mentions on social networks and blogs.
-
OpenMVG (open Multiple View Geometry)
open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. -
OpenImageIO
Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications. -
OpenEXR
The OpenEXR project provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry. -
ITK
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions. -
GDCM
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm -
AVIR
High-quality pro HDR image resizing / scaling C++ library, including a very fast, precise, SIMD Lanczos resizer (header-only C++) -
SAIL
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software -
CxImage
DISCONTINUED. An image processing and conversion library to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images. [zlib] -
FreeImage
A custom distribution of FreeImage, with a CMake-based build system. Used by the Athena Game Framework. -
FLOP
FLOꟼ - An MIT-licensed image viewer equipped with a GPU-accelerated perceptual image diffing algorithm based on ꟻLIP
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Boost.GIL or a related project?
README
Documentation | GitHub Actions | AppVeyor | Regression | Codecov |
---|---|---|---|---|
Boost.GIL
Introduction
Boost.GIL is a part of the Boost C++ Libraries.
The Boost 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.
Documentation
- Latest release
- Branch master (latest release with minor changes)
- Branch develop
See [RELEASES.md](RELEASES.md) for release notes.
See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions about how to build and run tests and examples using Boost.Build or CMake.
See [example/README.md](example/README.md) for GIL usage examples.
See [example/b2/README.md](example/b2/README.md) for Boost.Build configuration examples.
See [example/cmake/README.md](example/cmake/README.md) for CMake configuration examples.
Requirements
The Boost Generic Image Library (GIL) requires:
- C++14 compiler (GCC 6, clang 3.9, MSVC++ 14.1 (1910) 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:
- GitHub Discussions
- Mailing lists (Boost discussion policy)
- boost-gil (recommended) official Boost.GIL mailing list (archive)
- boost-users for all Boost users
- boost for all Boost developers
- Slack at cpplang.slack.com with Boost channels:
- #boost-gil (recommended) official Boost.GIL channel
- #boost-user for all Boost users
- #boost for all Boost developers
- Gitter room boostorg/gil (old real-time chat space)
- You can also ask questions via GitHub issue.
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](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.
*Note that all licence references and agreements mentioned in the Boost.GIL README section above
are relevant to that project's source code only.