forked from wikimedia/mediawiki-extensions-VipsScaler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (16 loc) · 631 Bytes
/
README
File metadata and controls
27 lines (16 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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();