Skip to content

Instantly share code, notes, and snippets.

@m-doi
Created April 2, 2016 01:30
Show Gist options
  • Save m-doi/b751bc1e9237c6f8152542c891596976 to your computer and use it in GitHub Desktop.
Save m-doi/b751bc1e9237c6f8152542c891596976 to your computer and use it in GitHub Desktop.
#!/bin/bash
rm -f ./out.jpg
convert \
-pointsize 20 \
-annotate +100+80 "コードかいてる場合じゃねえ!!" \
-font "/Library/Fonts/ヒラギノ明朝 Pro W6.otf" \
-fill black \
./ootoro600-400.jpg \
out1.jpg
convert \
-pointsize 10 \
-gravity south \
-annotate -0+10 "すしは人を狂わす株式会社" \
-font "/Library/Fonts/ヒラギノ丸ゴ Pro W4.otf" \
-fill white \
./out1.jpg \
out.jpg
rm -rf ./out1.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment