summaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-10-06 09:38:59 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-10-06 09:38:59 +0000
commit10b64bc70754a3f6e66090ed069640b3f5af3a15 (patch)
tree3b121b518ff268c00527c0d4ca0dc1d25e045624 /doc/plugins
parentf04251bc9a0fb4f2cbff774ae933e1290670b798 (diff)
web commit by ChristianMock
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/contrib/img.mdwn10
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.
+