rem 環境によって変えてね
set im=C:\Progra~1\ImageMagick-6.5.7-Q16
rem 単語間のスペースを指定
%im%\convert.exe -fill #5577ee -font Tahoma -pointsize 25
-background none -interword-spacing 50
"label:Image Magick" sample1431a.png
rem 行間のスペースを指定
%im%\convert.exe -fill #5577ee -font
C:\\Windows\\Fonts\\MSGOTHIC.TTC -pointsize 25
-background none -interline-spacing 30
"label:@message.txt" sample1431b.png
message.txtにはUTF-8で以下の日本語テキストを保存します。
日本語の
文字列
出力画像1(sample1431a.png)
出力画像2(sample1431b.png)
動作環境
ImageMagick6.5.7
No comments:
Post a Comment