Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ImageFilter (Java)

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.

Features

  • 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.)

Tech Stack

  • Java
  • Java Swing (GUI)

How to Run

IDE

  1. Open the project in IntelliJ / Eclipse
  2. Run the main class that creates the frame (e.g., MyFrame or your main launcher class)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages