]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/contrib/img.mdwn
fe68c31244dcf2d8a638bea305503f1b57c47494
[ikiwiki.git] / doc / plugins / contrib / img.mdwn
1 `img` is an enhanced image handling plugin.
2
3 the intention is to make image handling as easy as possible, so the
4 plugin can scale down images for direct inclusion into the page,
5 providing a link to one or more larger or full-size versions on their
6 own page. `width` and `height` attributes are included in the `<img>`
7 tag, and `alt` text can be specified.
8
9 the plugin uses the ImageMagick tools via PerlMagick.
10
11 it can be found [here|http://www.tahina.priv.at/hacks/img.html].