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.
- Identity
- Edge
- Blur
- Sharpen
- Emboss
- Gey
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