ikiwiki/doc/plugins/contrib/img.mdwn

15 lines
555 B
Plaintext
Raw Normal View History

2006-10-06 21:31:26 +02:00
[[template id=plugin name=img author="Christian Mock"]]
2006-10-15 21:46:01 +02:00
[[tag type/chrome]]
2006-10-06 21:31:26 +02:00
2006-10-06 11:38:59 +02:00
`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.
2006-10-06 11:41:23 +02:00
it can be found [here](http://www.tahina.priv.at/hacks/img.html).