Script that automates the addition of borders and then resizes the desired image(s).
Find a file
2023-06-15 07:34:50 +02:00
.gitignore Initial commit 2023-06-11 10:09:47 +00:00
borsize.sh Replacement of the fixed value web by the variable FILE to define the desired folder name. 2023-06-13 08:10:59 +02:00
CHANGELOG.md Update CHANGELOG.md 2023-06-15 07:34:50 +02:00
LICENSE Initial commit 2023-06-11 10:09:47 +00:00
README.md Update README.md 2023-06-15 07:33:39 +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/your_path/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