ImageMagickで横方向に擦れたような半透明画像に変換するには、以下のバッチファイルを実行します。
rem 環境によって変えてね
set im=C:\Progra~1\ImageMagick-6.4.4-Q16
%im%\convert.exe -size 200x200 xc:none -fill white -draw "roundrectangle 20,20,180,180,10,10" -matte -channel rgba -fx "(j%%4<3&&r!=0)?p*0.7:p*0.3" -spread 5 -motion-blur 0x10+0 -motion-blur 0x10+180 -matte -channel rgba sf.jpg -compose src_in -composite sample750a.png
元画像(sf.jpg)
出力画像(sample750a.png)
関連項目
ImageMagickで不規則な筋状の画像を生成する
ImageMagickで、文字列にモーションブラーをかける
No comments:
Post a Comment