LoginSignup
5
5

More than 5 years have passed since last update.

忙しい人のためのSlack絵文字作成

Last updated at Posted at 2017-06-21
  • ImageMagickをインストール
  • よさげなフォントをダウンロード (例: http://fontna.com/freefont/?p=40)
    • (注意)ライセンスが適合しているかどうかはご自身の判断でご確認ください
  • 以下を実行 (もうちょっと頑張れば1コマンドにできるはずだがとりあえずこれで)
  • コメントで1行版を教えていただけました。ありがとうございます
convert -gravity center -thumbnail 128x64 -extent 128x64 -font font.otf -pointsize 20 label:'そう' temp.png
convert -gravity center -thumbnail 128x64 -extent 128x64 -font font.otf -pointsize 20 label:'だね' temp2.png
convert -append temp.png temp2.png out.png

こんな感じになります

5
5
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5