Index: trunk/extensions/VipsScaler/README |
— | — | @@ -19,3 +19,9 @@ |
20 | 20 | : brew install vips |
21 | 21 | : binary symlink is /usr/local/bin/vips |
22 | 22 | |
| 23 | +== Configuration == |
| 24 | + |
| 25 | +$wgVipsCommand : path to the vips command (default: vips). |
| 26 | + |
| 27 | +By default everything is scalled using vips. To disable scaling, set |
| 28 | +$wgVipsOptions = array(); |