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.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.