ikiwiki/doc/plugins/img.mdwn

15 lines
659 B
Plaintext
Raw Normal View History

[[!template id=plugin name=img author="Christian Mock"]]
[[!tag type/chrome]]
This plugin implements the [[ikiwiki/directive/img]] [[ikiwiki/directive]].
This is an image handling directive. While ikiwiki supports inlining full-size
2007-12-09 02:04:18 +01:00
images by making a [[ikiwiki/WikiLink]] that points to the image, using
this plugin you can easily scale down an image for inclusion onto a page,
providing a link to a full-size version.
This plugin uses the [ImageMagick](http://www.imagemagick.org/) tools via
[PerlMagick](http://www.imagemagick.org/www/perl-magick.html).
Note that this is a stripped down version of Christian Mock's
[[original_img_plugin|contrib/img]].