bebuch / bitmap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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

License:Boost Software License 1.0


Languages

Language:C++ 97.2%Language:CMake 2.2%Language:Shell 0.6%