]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/contrib/img.mdwn
d18cfd521d66210f4276f31d2f0ee6c4a35b8166
[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