C++20 library for easily working with raw bitmap data.
Go to file
Lily Tsuru e7be111557 Add easy sampling routines.
These can be used if you want them. Don't have to though.
2022-08-16 12:48:25 -05:00
cmake libpixel Init 2022-08-16 03:26:45 -05:00
include/pixel Add easy sampling routines. 2022-08-16 12:48:25 -05:00
src Add easy sampling routines. 2022-08-16 12:48:25 -05:00
third_party libpixel Init 2022-08-16 03:26:45 -05:00
.clang-format libpixel Init 2022-08-16 03:26:45 -05:00
.gitignore libpixel Init 2022-08-16 03:26:45 -05:00
.gitmodules libpixel Init 2022-08-16 03:26:45 -05:00
CMakeLists.txt libpixel Init 2022-08-16 03:26:45 -05:00
LICENSE libpixel Init 2022-08-16 03:26:45 -05:00
README.md libpixel Init 2022-08-16 03:26:45 -05:00

README.md

libpixel

A C++20 library for easily working with raw bitmap data.

Usage

TODO.

See tipdump for a real-world example.