Index: trunk/extensions/VipsScaler/README |
— | — | @@ -0,0 +1,21 @@ |
| 2 | +VipsScaler extension for MediaWiki |
| 3 | + |
| 4 | +This extension is a wrapper around VIPS a free image processing software. |
| 5 | + |
| 6 | +== VIPS installation == |
| 7 | + |
| 8 | +http://www.vips.ecs.soton.ac.uk/ |
| 9 | + |
| 10 | +=== Debian / Ubuntu === |
| 11 | + |
| 12 | + $ apt-get install vips |
| 13 | + |
| 14 | +If you want to build from source have a look at upstream documentation: |
| 15 | +http://www.vips.ecs.soton.ac.uk/index.php?title=Build_on_Ubuntu |
| 16 | + |
| 17 | +=== Mac OS X === |
| 18 | + |
| 19 | +; homebrew |
| 20 | +: brew install vips |
| 21 | +: binary symlink is /usr/local/bin/vips |
| 22 | + |
Property changes on: trunk/extensions/VipsScaler/README |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 23 | + native |