/Portable-Pixel-Map-Negative

Project for the course Computer Programming With C++ [INF 3321]

Primary LanguageC++MIT LicenseMIT

Portable Pixel Map | Negative

Project for the course "Προγραμματισμός Υπολογιστών με C++" of AUEB

  1. Download all the files using "Download Zip" prompt
  2. Go to your Downloads folder, right click on the zip and choose "Extract Here"
  3. After all the files have been extracted there are two ways you can run the program

Using Command Prompt:

Open a terminal and type

cd C:\Users\USER\Downloads\Portable-Pixel-Map-Negative-master\neg\Release

Press Enter and type

neg.exe neg

Press Enter and you could either drag & drop the image from the folder to the command prompt window or you could type the filename of the image you want to load as shown below, e.g.:

Image01.ppm

Press Enter, that's it!

You can check the result with the preview software included inside this repo or with any other program that recognizes the PPM format.

Using Command Prompt

Using Visual Studio

Click on File > Open > Project/Solution and navigate to C:\Users\USER\Downloads\Portable-Pixel-Map-Negative-master\neg

Open the project

Open neg.sln

Open neg.sln

Right click on project "neg" and choose Properties

Right click on project 'neg' and choose Properties

Navigate to General>Debugging and type "neg" inside "Command Arguments"

Add Command Arguments

Click on Local Windows Debugger

Click on Local Windows Debugger

A command prompt window will open up You could either drag & drop the image from the folder to the command prompt window or you could type the filename of the image you want to load as shown below, e.g.:

Image01.ppm

Press Enter

Type the filename of the image you want to load

Press Enter, that's it!

You can check the result with the preview software included inside this repo or with any other program that recognizes the PPM format

🛠️ Tech Stack

C++ Visual Studio

©️ Copyright & License

MIT