diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/contrib/img.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
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 `<img>` +tag, and `alt` text can be specified. + +the plugin uses the ImageMagick tools via PerlMagick. + |