バンド状にグラデーションのかかった文字を描画するには、以下のバッチファイルを実行します。
rem 環境によって変えてね
set im=C:\Progra~1\ImageMagick-6.3.6-Q16
%im%\convert.exe -size 300x50 xc:none -matte -channel rgba -pointsize 40 -gravity center -draw "text 0,0 ImageMagick" ( -size 1x1 xc:#3070A0FF xc:#FFFF10FF -append
-resize 1x8! -filter Point -resize 300x50! ) -compose srcin -composite sample252.png
出力画像(sample252.png)
関連項目
ImageMagickでグラデーション付きの文字列描画
No comments:
Post a Comment