Binary File I/O Image Processing

C++ | Binary File I/O | Photoshop | Image Editing


I built a program that, when presented with a compressed binary file, could read, translate, and manipulate the data to form .tga images. Supported operations included mirroring the given image, inverting the colors, and adjusting for any possible color combinations. Upon completion of the prompted edits, the program would output the result to a viewable .tga file. During the construction of the project, I also worked with makefiles and extensive custom test-case writing.

The above image is the result of the "blend" operation.


BACK TO PORTFOLIO