-
Notifications
You must be signed in to change notification settings - Fork 1
Github mirror of MediaWiki extension VipsScaler - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
License
wikimedia/mediawiki-extensions-VipsScaler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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();
About
Github mirror of MediaWiki extension VipsScaler - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)