VipsScaler extension for MediaWiki

This extension is a wrapper around VIPS a free image processing software.

== VIPS installation ==

http://www.vips.ecs.soton.ac.uk/

=== Debian / Ubuntu ===

 $ apt-get install libvips-tools

If you want to build from source have a look at upstream documentation:
http://www.vips.ecs.soton.ac.uk/index.php?title=Build_on_Ubuntu

=== Mac OS X ===

; homebrew
: brew install vips
: binary symlink is /usr/local/bin/vips

== Configuration ==

$wgVipsCommand : path to the vips command (default: vips).

By default everything is scaled using vips. To disable scaling, set
$wgVipsOptions = array();
