mirror of
https://github.com/boostorg/gil.git
synced 2026-02-22 15:32:10 +00:00
057a02ad0af4aeb08a4055761682bb60e408bc82
The reference to `writer<Device,jpeg_tag>` is clearly incorrect: - writer has no members `init_device`, `empty_buffer`, `closed_buffer` - if use of writer was correct there, it would require `#include <boost/gil/extension/io/jpeg/detail/writer.hpp>`, but that would impose cyclic-dependency between writer.hpp and writer_backend.hpp.
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.
NOTE: The Boost Generic Image Library (GIL) requires C++11 compiler and its source code is currently being modernized.
Test results
| Branch | Travis (gcc/clang) | AppVeyor (VS2017) | CircleCI (gcc/clang) | Regression |
|---|---|---|---|---|
| develop | ![]() |
|||
| master | ![]() |
Description
Languages
C++
98.3%
CMake
1.6%
Shell
0.1%







