This application allows you to perform image processing operations on your images. It provides an intuitive user interface that makes it easy to load your own image (either from your local storage or via a URL), apply image processing operations, and save the final result. What sets this application apart is that we personally designed the transformation functions. On the image below you can see the app's interface.
Download the file obradaslika.jar. Depending on the system, the program can be run as follows:
- Linux - position yourself through the terminal in the directory where the obradaslika.jar file is and run the command
java -jar obradaslika.jar
to start the program. If the app hasn’t opened, run the commandjava --module-path $FX-PATH --add-modules javafx.controls -jar obradaslika.jar
instead, where $FX-PATH should be replaced with JavaFX path. - Windows - position yourself in the directory where the obradaslika.jar file is and double-click on the file to start the program.
To run the program, you need to have Java (and JavaFX, if needed) installed on your computer.
Students of the Faculty of Mathematics in Belgrade:
- Tijana Jakšić mm19003@alas.matf.bg.ac.rs
- Irina Šević mr20009@alas.matf.bg.ac.rs