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