From e058fdf7f8b00b6730718624fbb6adab4954095e Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 25 Sep 2018 10:43:37 +0100 Subject: [PATCH] fix more links relative links no longer work in the new home --- README.md | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 7b920647..1e398a1a 100644 --- a/README.md +++ b/README.md @@ -11,30 +11,34 @@ memory](https://github.com/libvips/libvips/wiki/Speed-and-memory-use). libvips is licensed under the [LGPL 2.1+](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html). -It has around [300 operations](API/current/func-list.html) covering -arithmetic, histograms, convolution, morphological operations, frequency -filtering, colour, resampling, statistics and others. It supports a large -range of [numeric formats](API/current/VipsImage.html#VipsBandFormat), +It has around [300 +operations](http://libvips.github.io/libvips/API/current/func-list.html) +covering arithmetic, histograms, convolution, morphological +operations, frequency filtering, colour, resampling, +statistics and others. It supports a large range of [numeric +formats](http://libvips.github.io/libvips/API/current/VipsImage.html#VipsBandFormat), from 8-bit int to 128-bit complex. Images can have any number of bands. -It supports a good range of image formats, including JPEG, TIFF, -PNG, WebP, FITS, Matlab, OpenEXR, PDF, SVG, HDR, PPM, CSV, GIF, Analyze, -NIfTI, DeepZoom, and OpenSlide. It can also load images via ImageMagick or -GraphicsMagick, letting it load formats like DICOM. +It supports a good range of image formats, including JPEG, TIFF, PNG, WebP, +FITS, Matlab, OpenEXR, PDF, SVG, HDR, PPM, CSV, GIF, Analyze, NIfTI, DeepZoom, +and OpenSlide. It can also load images via ImageMagick or GraphicsMagick, +letting it load formats like DICOM. -It comes with bindings for [C](API/current/using-from-c.html), -[C++](API/current/using-from-cpp.html), -and the [command-line](API/current/using-cli.html). Full bindings -are available for [Ruby](https://rubygems.org/gems/ruby-vips), +It comes with bindings for +[C](http://libvips.github.io/libvips/API/current/using-from-c.html), +[C++](http://libvips.github.io/libvips/API/current/using-from-cpp.html), +and the +[command-line](http://libvips.github.io/libvips/API/current/using-cli.html). +Full bindings are available for [Ruby](https://rubygems.org/gems/ruby-vips), [Python](https://pypi.python.org/pypi/pyvips), [PHP](https://github.com/libvips/php-vips), -[.NET](https://www.nuget.org/packages/NetVips), +[.NET](https://www.nuget.org/packages/NetVips), [Go](https://github.com/davidbyttow/govips), and [Lua](https://github.com/libvips/lua-vips). libvips -is used as an image processing engine by [sharp (on -node.js)](https://www.npmjs.org/package/sharp), -[bimg](https://github.com/h2non/bimg), -[sharp for Go](https://github.com/DAddYE/vips), -[Ruby on Rails](http://edgeguides.rubyonrails.org/active_storage_overview.html), +is used as an image processing engine by [sharp +(on node.js)](https://www.npmjs.org/package/sharp), +[bimg](https://github.com/h2non/bimg), [sharp +for Go](https://github.com/DAddYE/vips), [Ruby on +Rails](http://edgeguides.rubyonrails.org/active_storage_overview.html), [carrierwave-vips](https://github.com/eltiare/carrierwave-vips), [mediawiki](http://www.mediawiki.org/wiki/Extension:VipsScaler), [PhotoFlow](https://github.com/aferrero2707/PhotoFlow) and others.