This python script will allow us to apply different borders on an image.
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install opencv-python
sudo apt-get install python3-tk
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.
Github: invigorzz313