]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - 1.33.2/doc/plugins/contrib/img.mdwn
tagging version 1.33.2
[git.ikiwiki.info.git] / 1.33.2 / doc / plugins / contrib / img.mdwn
1 [[template id=plugin name=img author="Christian Mock"]]
2 [[tag type/chrome]]
3 [[meta title="img (third-party plugin)"]]
5 `img` is an enhanced image handling plugin.
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.
13 the plugin uses the ImageMagick tools via PerlMagick.
15 it can be found [here](http://www.tahina.priv.at/hacks/img.html).