/bitmap

A very simple C++ bitmap class (header only)

Primary LanguageC++Boost Software License 1.0BSL-1.0

bitmap

This is a little header only C++23 library with a very simple bitmap type based on std::vector. It also provides a two dimensional size type (width and height) and a two dimensional point type (x and y).