
A console app that has various functions for mixing and manipulating TGA images. It was created as part of a project to practice C++ I/O operations with binary files. The program reads TGA files from the input directory and outputs the modified images to the output directory. Several functions have been written to help blend images using modes such as add, multiply, subtract, screen, and overlay.
