Skip to content

matf-pp/2023_Obrada_slika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2023_Obrada_slika

Image Processing App in Scala

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. Screenshot from 2023-09-08 01-19-10

Download and run the app

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 command java --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.

Authors

Students of the Faculty of Mathematics in Belgrade:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages