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