Created
August 14, 2024 16:47
-
-
Save KevinSia/a05dfaf423d44f1beb27eb71d5ee9b23 to your computer and use it in GitHub Desktop.
Generate image with pillarbox (like YouTube thumbnail) using ImageMagick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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