Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.4 KB

README.MD

File metadata and controls

40 lines (29 loc) · 1.4 KB

Photoshop Python Version 1.0

What it do?

This application is able to help you adjust the brightness, contrast, and add an adjustable color filter to your picture. This program was made entirely with python to help me learning about image processing. Since i'm new to programming and especially image processing, there's a lot of challanges that i faced. Some of them was how to implement those features (brightness, contrast, color filter) to the photo and give an update everytimes the trackbar is change.

Features

  • Adjust Brightness
  • Adjust Contrast
  • Add Color Filter
  • Save the image

Features to implement in the future

  • Adjusting shadow
  • Adjusting saturation
  • Reduce the loading image time (especially after using the features)
  • Make the result photo less blurry and more HD

How To Run

python app.py

Screenshots

Main Menu

Main Menu

Browse And Load An Image

There's a test image we could use in the image folder. Browse an image

Adjust the brightness

Adjust the brightness

Adjust the contrast

Adjust the contrast

Add a color filter

Color filter

Result

Result