aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/img.mdwn
blob: f2133a38b93e32116d810991c3ba8bb0d610b622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[template id=plugin name=img author="Christian Mock"]]
[[tag chrome]]

`img` is an enhanced image handling plugin.

the intention is to make image handling as easy as possible, so the
plugin can scale down images for direct inclusion into the page,
providing a link to one or more larger or full-size versions on their
own page. `width` and `height` attributes are included in the `<img>`
tag, and `alt` text can be specified.

the plugin uses the ImageMagick tools via PerlMagick.

it can be found [here](http://www.tahina.priv.at/hacks/img.html).