### 画像張り付け[ 固定リンク ]
# image : [IMG:image/2000-06-20-08-32-57.m.jpg]
s!\[IMG:([^\]\s]+)\]!get_link_str("画像", $1);die!ge;
### リンク付き画像張り付け
# サムネイルと拡大画像などに
# image : [IMG:image/hello-s.jpg image/hello.jpg]
# image : [IMG:image/hello-s.jpg http://example.com/hoge.html]
s!\[IMG:([^\]\s]+)\s+([^\]\s]+)\]!get_link_str($1, $2);die!gesm;