Skip to content

This repository contains a Python application for applying various image filters. With the command line interface, users can select an image, choose from a variety of filters, and view the processed images. The application utilizes the Python Imaging Library (PIL) for image processing.

License

Notifications You must be signed in to change notification settings

UniquePython/Image-Editing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Editor Application

This Python application allows users to apply various filters to their images.

How to Use

  1. Run the main.py file.
  2. Select the image you want to process.
  3. Choose a filter from the available options.
  4. Specify the output directory.
  5. View the processed image.

Available Filters

  1. Blur
  2. Contour
  3. Detail
  4. Edge
  5. Extra Edge
  6. Emboss
  7. Find Edges
  8. Sharpen
  9. Smooth
  10. Extra Smooth

About

This repository contains a Python application for applying various image filters. With the command line interface, users can select an image, choose from a variety of filters, and view the processed images. The application utilizes the Python Imaging Library (PIL) for image processing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages