Skip to content

Instantly share code, notes, and snippets.

@KevinSia
Created August 14, 2024 16:47
Show Gist options
  • Save KevinSia/a05dfaf423d44f1beb27eb71d5ee9b23 to your computer and use it in GitHub Desktop.
Save KevinSia/a05dfaf423d44f1beb27eb71d5ee9b23 to your computer and use it in GitHub Desktop.
Generate image with pillarbox (like YouTube thumbnail) using ImageMagick
convert ori.jpg \
\( -clone 0 -blur 0x20 -resize "1350x800"\! -modulate 80,50,100 \) \
+swap -gravity center -compose over -composite test.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment