Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 555 Bytes

File metadata and controls

19 lines (16 loc) · 555 Bytes

Borders on image

This python script will allow us to apply different borders on an image.

Setup Instructions

Install python3

sudo apt-get install python3

Install pip (package installer for python)

sudo apt-get install python3-pip

Install OpenCV library with pip

pip3 install opencv-python

Install tkinter library

sudo apt-get install python3-tk

Details/Output

A dialog box appears with option to select an image and choice of border to be applied. The bordered image is then displayed in a window.

Author

Github: invigorzz313