Registry / other / boost-gil

boost-gil

JSON →
library1.90.0vcpkgunverified

Boost gil module

vcpkg install boost-gil
INSTALL
IMPORT
SIG · BOOST-GIL
B
boost-gil
othercppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/gil/gil_all.hpp
#include <boost/gil/gil_all.hpp>

Create a red 640x480 image using Boost.GIL

#include <boost/gil/gil_all.hpp> int main() { boost::gil::rgb8_image_t img(640, 480); auto view = boost::gil::view(img); boost::gil::fill_pixels(view, boost::gil::rgb8_pixel_t(255, 0, 0)); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
Meta
2
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

boost-gil — pip install boost-gil · libregistry