0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

window環境でimagemagickで簡単な画像を作ってみよう

Posted at

#説明
windowsの環境で
imagemagickをインストールしてみたけど
何に使おうか迷っている人にやってもらえれば幸いです。

#こんな画像を作ります
使い道がすくないですけど作ってみてください
sample.jpg

#やる前に
https://code-examples.net/ja/q/2eb1ed
このサイトを見てもらえればわかるのですが
windowsの環境だとconvertだけだとうまくいかないようです。

#やってみよう
以下のサイトを参考にしました。
https://tech.mktime.com/entry/145

$"C:\Program Files\ImageMagick-7.1.0-Q16-HDRI\convert.exe" -size 1920x1080 -gravity center -font C:\Windows\Fonts\msgothic.ttc -fill white -background black -pointsize 1000 label:あ  sample.jpg

ImageMagick-7.1.0-Q16-HDRIとなっているのですが、
ここは自分のダウンロードしたバージョンに変えてください。

#結果はどうでしょうか
sample.jpgを見ると、いい感じになっていると思います。
これでImageMagickが使えるようになれたらうれしいです。

0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?