Skip to content

Instantly share code, notes, and snippets.

@mfaux
Created August 5, 2022 11:33
Show Gist options
  • Save mfaux/0f685da2023a54a9430f8a2a6c93a41d to your computer and use it in GitHub Desktop.
Save mfaux/0f685da2023a54a9430f8a2a6c93a41d to your computer and use it in GitHub Desktop.
add border to images
# assumes all files in current working directory are images
mkdir converted
magick mogrify -background "transparent" -bordercolor "#a4a4a4" -compose "Copy" -border 1 -path "converted" *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment