A simple TGA image viewer with the ability to scale the image.
Usage: tgaview [-s SCALE] [-h] <image.tga>
Options:
-s SCALE, --scale SCALE = Scale factor, default: 1
-h, --help = Show this usage help
Requires:
Visual Studio 2019
and above.CMake
3.16 and above.
Build commands:
cmake -S . -B build
cmake --build build