The goal is to implement cool algorithms that process images.
Example output from dithering application.
Setup the development environment with cmake
.
cmake -S . -Bbuild -GNinja -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake
${VCPKG_ROOT}
: Follow their installation instruction and set this variable so that it points to where vcpkg is installed.