ABOUT

シェル芸ブログについて

Twitterアイコン作成

webshで作成しました。

https://websh.jiro4989.com/

convert -size 1000x1000 xc:white a.png
echo SGB | textimg -F500 | convert - -negate b.png
convert a.png b.png -gravity center -composite /images/c.png

Twitterヘッダー作成

webshで作成しました。

https://websh.jiro4989.com/

convert -size 1000x500 xc:white a.png
echo ShellGeiBlog | textimg -F100 | convert - -negate b.png
convert a.png b.png -gravity center -composite /images/c.png