Skip to content

An application that introduces filters on photos/images, and has basic photo editing functions, e.g. changing the resolution. Realized with open-cv.

Notifications You must be signed in to change notification settings

nemqq/Python_PhotoEditAplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_API v1

About


An application that introduces filters on photos/images, and has basic photo editing functions, e.g. changing the image resolution. Realized with OpenCV module.


Installation

Windows

In project folder create python virtual environment python -m venv 'eg. venv'

Install requirements pip install -r requirements.txt

In virtual environment type python main.py

You can edit the code

Functionality

  • Options

    • ✅orginal (allows to check the selected photo)
    • ✅allows change the resolution
    • ✅invert image
    • ✅color (red, blue ,green) filter
    • ✅scale up image
    • ✅adjust the brightness of the image
    • ✅adjust image angle
    • ✅flip image
    • ✅edge image
  • Filters

    • ✅erosion filter
    • ✅dilatation filter
    • ✅skeletonization filter
    • ✅grey filter
    • ✅gauss filter
    • ✅sepia filter
    • ✅convert filter
    • ✅binarization filter

Short instruction how to use

  1. Add images with "ADD PICTURE" button,
  2. Select image from list,
  3. Select function,
  4. Click GO!
  5. See the result.

You can click "save" and choose folder which allow to save a modified image.

❗ This program was tested only on windows ❗

About

An application that introduces filters on photos/images, and has basic photo editing functions, e.g. changing the resolution. Realized with open-cv.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages