Repository for the project of the Programming course, at FEUP.
The purpose of this project was to develop a program that accepts scripts to modify images, using certain commands. The structure of the code was given, we just needed to program the proper functionalities.
- Clone the repository
- Run the following commands:
cd prog mkdir output make all
- Run the following command to run one or more scripts:
./runscript <scripts>
- Run the following command to run the project tests (or a specific once):
./test [<test>]
Grade: 19.8/20