Script that automates the addition of borders and then resizes the desired image(s).
Find a file
2023-06-13 08:08:05 +02:00
.gitignore Initial commit 2023-06-11 10:09:47 +00:00
borsize.sh Add borsize.sh 2023-06-11 13:22:28 +02:00
CHANGELOG.md Add CHANGELOG.md 2023-06-13 08:07:18 +02:00
LICENSE Initial commit 2023-06-11 10:09:47 +00:00
README.md Update README.md 2023-06-13 08:08:05 +02:00

borsize.sh

Script that automates the addition of borders and then resizes the desired image(s).

Requirements :

  • Imagemagick

Use

Add an alias to your .bashrc or bash_profile.

# Borsize
alias borsize="$HOME/Git/borsize.sh/borsize.sh"

Once done, save and close the file. Make the aliases available in your current session by typing:

source ~/.bash.rc or .bash_profile