diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-06 09:38:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-06 09:38:59 +0000 |
commit | 10b64bc70754a3f6e66090ed069640b3f5af3a15 (patch) | |
tree | 3b121b518ff268c00527c0d4ca0dc1d25e045624 /doc | |
parent | f04251bc9a0fb4f2cbff774ae933e1290670b798 (diff) |
web commit by ChristianMock
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. + |