\n
\n" if(form.which[form.which.selectedIndex].value == "text") { str += "Marie Antoinette
\nMarie Antoinette
\nMarie Antoinette
\nMarie Antoinette
\n" } if(form.which[form.which.selectedIndex].value == "image") { str += "\n" } str += "
\n\n " document.frame1.document.body.innerHTML = str document.frame2.document.body.innerText = str }

フィルター実験室2


ぼかし、ぶれ ++blur++ (MacとIE4.xは不可)

文字がぼやけたり、ぶれたりします。
フィルターパラメーターを[パラメータ名=値]の形式で指定します。
複数のパラメータを指定する場合は、半角のカンマ","で区切って記述します。


パラメータ名 値の範囲と意味
add 0:元イメージを合成しない、1:元イメージを合成。
direction 0(上) 、45(右上)、 90(右)、135(右下)、180(下)、225(左下)、270(左)、315(左上)
strength ぼかしの強さ:0以上の整数

add direction strength
←BACK NEXT→