/FEUP_Programming_ImageManipulator

🌃 | Image Manipulation & PNG <-> XPM Converter

Primary LanguageC

Image Manipulator Program

Overview

This repository hosts a C++ program designed for file manipulation. The project's proposal can be found here. The development of this program is part of the curriculum for the Programming course.

Usage

To compile and execute the code along with all its tests, use the following commands:

make test
./test

This will build the program and run the associated tests.