Skip to content

Image converter application that uses threads and concurrency to speed up the conversion process.

Notifications You must be signed in to change notification settings

pvakaris/image_filtering_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaFX Image filtering app

This app can apply different filters to images. It uses concurrent programming.

Multiple threads are applying the specified filter to the same image at the same time.

It also processes multiple images simultaneously.

List of available filters

  • Identity
  • Edge
  • Blur
  • Sharpen
  • Emboss
  • Gey

How to use

Upload all the images you want to process to the /img directory.

Specify the filter you want to apply at the top of the ImageProcessorApplicationMT class source code.

Run the ImageProcessorApplicationMT main method.

Processsed images will be saved in the root directory.

Vakaris Paulavičius and Ian Kenny

Version 1.0

About

Image converter application that uses threads and concurrency to speed up the conversion process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages