Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 2.15 KB

README.md

File metadata and controls

53 lines (33 loc) · 2.15 KB

Photo-Editor

"A picture worth thousand words" 🖼️ In order to speak those thousand words, your picture should be perfect in every sense. You can enjoy following features in this application:

  • Image resizing
  • Crop
  • Adjust brightness
  • Rotate image
  • Filter i.e grey-scale, chrome etc
  • Detect text & triangles
  • Check Component colors

How to run?

Make sure you have MS Visual Studio installed. You can build from source code, open PhotoEditor.sln file and then click on start button. If you are not a computer geek you can simply go to this path and run the .exe file.

PhotoEditor\bin\Debug\PhotoEditor.exe

Resize, Crop and Component colors

What to resize the image, crop someone ? Well I got you !

resize crop color

Filters

Now its time to add some spice to your image. Use these filters to give your picture new look 😍

filter

Detect Text

Just a fun feature, you can find out where text is located in the picture.

detect text

Detect Rectangles

One more fun feature, open image you want and check whether there are rectangles or not.

rectanges

Rotate

Think outside the box and rotate image in any direction you want 😉

rotate

Edge

This feature will convert your picture into edge form, meaning only edge of the object can be seen. You can use this to detect objects or as a filter, whatever suits you best.

edge

Thanks

I would like to thank my teacher Sir Mohsin Mehdi, who taught us valuable things about computer graphics, which helped me a lot in creating this application.