Skip to content

Snellingen/SimpleTGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple TGA

Simple TGA is a TGA reader written in C.


This TGA reader is able to read a few different TGA files and also convert them to black white TGA (also 8-bit support). It also support flipping images both vertical and horizontal.

How to compile: (run the 'make' command inside the project folder (where the Makefile file is located)

make 

Program arguments:

-bw (black & white)
--bw-8bit (Black & white and 8bit);
-fv (flip vertical)
-fh (flip horizontal)
-debug (show debug output)
-o outputpath (output and output location)

Any bugs or improvements you notice is always welcomed.

About

A simple TGA reader written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages