From: joey Date: Fri, 6 Oct 2006 09:38:59 +0000 (+0000) Subject: web commit by ChristianMock X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/10b64bc70754a3f6e66090ed069640b3f5af3a15 web commit by ChristianMock --- diff --git a/doc/plugins/contrib/img.mdwn b/doc/plugins/contrib/img.mdwn new file mode 100644 index 000000000..d18cfd521 --- /dev/null +++ b/doc/plugins/contrib/img.mdwn @@ -0,0 +1,10 @@ +`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 `` +tag, and `alt` text can be specified. + +the plugin uses the ImageMagick tools via PerlMagick. +