/feup-prog

Terminal Photoshop :O

Primary LanguageC

FEUP-PROG

Repository for the project of the Programming course, at FEUP.

Objectives of the Project

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.

Instructions to Run

  1. Clone the repository
  2. Run the following commands:
    cd prog
    mkdir output
    make all
    
  3. Run the following command to run one or more scripts:
    ./runscript <scripts>
    
  4. Run the following command to run the project tests (or a specific once):
    ./test [<test>]
    

Contributors and Results

Grade: 19.8/20