半透明グラデーションの波模様を生成するには、以下のバッチファイルを実行します。
rem 環境によって変えてね
set im=C:\Progra~1\ImageMagick-6.3.8-Q16
%im%\convert.exe -size 200x30 gradient:#BBDDFFE0-#BBDDFF00 ( -size 200x10 xc:#BBDDFF00 ) -append -virtual-pixel background -background none -wave 3x30 sample345a.png
rem 重ねあわせ例
%im%\convert.exe sample8.jpg -gravity south sample345a.png -composite sample345b.png
出力画像(sample345a.png)
重ね合わせ例(sample345b.png)
No comments:
Post a Comment