Skip to content

notpritam/ImageEditor

Repository files navigation

Image Filter Application

GUI Example

The Image Filter Application is a Java-based desktop program that allows users to open, edit, and save images using a variety of filters and image processing operations. This README provides an overview of the application's functionality, key features, and usage instructions.

Features

  • Open and Save Images: Load image files (PNG, JPEG, GIF) from your local storage and save edited images in PNG format.

  • Apply Filters: Apply various image filters to enhance, modify, or stylize your images. Available filters include:

    • Grayscale
    • Blue Filter
    • Inversion
    • Rotation (Clockwise and Anti-Clockwise)
    • Horizontal and Vertical Flip
    • Brightness Adjustment
    • Contrast Enhancement
    • Blur Effect
  • Undo Functionality: Easily revert the last applied filter using the "Undo" feature.

  • User-Friendly Interface: The application offers an intuitive graphical user interface (GUI) designed with JavaFX components.

Getting Started

Prerequisites

Installation

  1. Clone or download the repository to your local machine.
  2. Make sure you have Java and JavaFX installed.
  3. Compile and run the Main.java file.
javac Main.java
java Main

Usage

  1. Launch the application.
  2. Click on "File" in the menu bar to open or save images.
  3. Apply image filters using the buttons and sliders provided.
  4. Undo filter operations with the "Undo" button.
  5. Save edited images to your preferred location.

GUI

Full Interface User InterFace Toolbar

Examples

Original Image Original Image

GrayScale Filter Grayscale Example

Blue Filter Blue Example

Blur Filter Blur Example

Flip Filter Flip Example

Rotate Filter Rotate Example

Contrast Filter Contrast Example

Brightness Filter Brightness Example

Inversion Filter Inversion Example

Contributing

If you'd like to contribute to this project, please feel free to submit pull requests or report issues on the GitHub repository.

Acknowledgments

  • The application is built using Java and JavaFX.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published