]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/img.mdwn
reword
[ikiwiki.git] / doc / plugins / img.mdwn
1 [[!template id=plugin name=img author="Christian Mock"]]
2 [[!tag type/chrome]]
3
4 This plugin implements the [[ikiwiki/directive/img]] [[ikiwiki/directive]].
5 This is an image handling directive. While ikiwiki supports inlining full-size
6 images by making a [[ikiwiki/WikiLink]] that points to the image, using
7 this plugin you can easily scale down an image for inclusion onto a page,
8 providing a link to a full-size version.
9
10 This plugin uses the [ImageMagick](http://www.imagemagick.org/) tools via
11 [PerlMagick](http://www.imagemagick.org/www/perl-magick.html).
12
13 Note that this is a stripped down version of Christian Mock's
14 [[original_img_plugin|contrib/img]].