バンド状のグラデーションを作成するには、以下のバッチファイルを実行します。
rem 環境によって変えてね
set im=C:\Progra~1\ImageMagick-6.3.6-Q16
%im%\convert.exe -size 1x1 xc:#000000 xc:#BBDDFF -append -resize 1x10! -filter Point -resize 100x100! sample246a.png
出力画像(sample246a.png)
別のやり方。
%im%\convert.exe -size 100x100 xc:white ( -size 1x1 xc:#3070A0FF xc:#FFFF10FF -append -resize 1x2 ) -fx "v.p{0,floor(j/10)*10/h}" sample246b.png
出力画像(sample246b.png)
関連項目
ImageMagickとPHPで、バンド状グラデーションを描画する
JMagickでバンド状のグラデーションを描画する
No comments:
Post a Comment