Skip to content

Jason2013/tgaview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple TGA Image Viewer

Windows Build

A simple TGA image viewer with the ability to scale the image.

How to use

Usage: tgaview [-s SCALE] [-h] <image.tga>
Options:
 -s SCALE, --scale SCALE  = Scale factor, default: 1
 -h, --help               = Show this usage help

How to build

Requires:

  • Visual Studio 2019 and above.
  • CMake 3.16 and above.

Build commands:

cmake -S . -B build
cmake --build build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published