Project for the course "Προγραμματισμός Υπολογιστών με C++" of AUEB
- Download all the files using "Download Zip" prompt
- Go to your Downloads folder, right click on the zip and choose "Extract Here"
- After all the files have been extracted there are two ways you can run the program
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.
Click on File > Open > Project/Solution and navigate to C:\Users\USER\Downloads\Portable-Pixel-Map-Negative-master\neg
Open neg.sln
Right click on project "neg" and choose Properties
Navigate to General>Debugging and type "neg" inside "Command Arguments"
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
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