Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 434 Bytes

File metadata and controls

4 lines (3 loc) · 434 Bytes

ImageProcessor

A basic image processing software written from scratch in Java based on the Model, View, Controller (MVC) design pattern. GUI implemented with the Swing library and automatic testing written in JUnit.

The program allows users to load images and apply filters such as blur, sharpen, brighten, greyscale, sepia, flip, mosaic etc. and save them as any supported image format (png, jpeg, bmp, ppm) through a usable GUI.