1 [[template id=plugin name=img author="Christian Mock"]]
4 This is an image handling plugin. While ikiwiki supports inlining full-size
5 images by making a [[WikiLink]] that points to the image, using this plugin
6 you can easily scale down an image for inclusion onto a page, providing a
7 link to a full-size version.
9 This plugin uses the [ImageMagick](http://www.imagemagick.org/) tools via
10 [PerlMagick](http://www.imagemagick.org/www/perl-magick.html).
12 Note that this is a stripped down version of Christian Mock's
13 [[original_img_plugin|contrib/img]].
17 \[[img image1.jpg size="200x200" alt="clouds"]]
19 Or set default values that will be applied to all later images on the page,
20 unless overridden. Useful when including many images on a page.
22 \[[img defaults size=200x200 alt="wedding photo"]]
25 \[[img photo3.jpg size=200x600]]
27 The `alt` parameter is optional. The `size` parameter is also optional,
28 defaulting to full size.