Saturday, March 01, 2008

ImageMagickで、2値化した画像の背景をバンド状のグラデーションにする

2値化した画像の背景をバンド状のグラデーションにするには、以下のバッチファイルを実行します。

rem 環境によって変えてね
set im=C:\Progra~1\ImageMagick-6.3.8-Q16
%im%\convert.exe tree1.jpg -threshold 50%% -matte -channel rgba -fill #00000000 -transparent #000000ff ( -size 1x1 xc:#3070A0FF xc:#FFFF10FF -append -resize 1x8! -filter Point -resize 300x225! ) -compose src_in -composite sample326a.png

元画像(tree1.jpg)


出力画像(sample326a.png)


関連項目
ImageMagickで2値化したのちグラデーションで塗りつぶす

No comments: