An interactive Java Swing image-processing app that lets users load an image, apply filters (grayscale, blur, brightness/darkness, color scales, effects), and download the edited result.
- Load JPG/JPEG/PNG from your computer
- Apply filters:
- Grayscale
- Blur (user-selected intensity)
- Brighten / Darken (user-selected intensity)
- Red/Green/Blue/Yellow/Teal/Purple scales
- Radioactive / Static / Random color effects
- “Blizzard Special” easter egg
- Download the filtered image (supports saving as
.png,.jpg, etc.)
- Java
- Java Swing (GUI)
- Open the project in IntelliJ / Eclipse
- Run the main class that creates the frame (e.g.,
MyFrameor yourmainlauncher class)