Merge pull request #1107 from jcupitt/master

fix more links
This commit is contained in:
John Cupitt 2018-09-25 10:44:53 +01:00 committed by GitHub
commit 13e13a3c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,30 +11,34 @@ memory](https://github.com/libvips/libvips/wiki/Speed-and-memory-use).
libvips is licensed under the [LGPL libvips is licensed under the [LGPL
2.1+](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html). 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 It has around [300
arithmetic, histograms, convolution, morphological operations, frequency operations](http://libvips.github.io/libvips/API/current/func-list.html)
filtering, colour, resampling, statistics and others. It supports a large covering arithmetic, histograms, convolution, morphological
range of [numeric formats](API/current/VipsImage.html#VipsBandFormat), 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. 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, It supports a good range of image formats, including JPEG, TIFF, PNG, WebP,
PNG, WebP, FITS, Matlab, OpenEXR, PDF, SVG, HDR, PPM, CSV, GIF, Analyze, FITS, Matlab, OpenEXR, PDF, SVG, HDR, PPM, CSV, GIF, Analyze, NIfTI, DeepZoom,
NIfTI, DeepZoom, and OpenSlide. It can also load images via ImageMagick or and OpenSlide. It can also load images via ImageMagick or GraphicsMagick,
GraphicsMagick, letting it load formats like DICOM. letting it load formats like DICOM.
It comes with bindings for [C](API/current/using-from-c.html), It comes with bindings for
[C++](API/current/using-from-cpp.html), [C](http://libvips.github.io/libvips/API/current/using-from-c.html),
and the [command-line](API/current/using-cli.html). Full bindings [C++](http://libvips.github.io/libvips/API/current/using-from-cpp.html),
are available for [Ruby](https://rubygems.org/gems/ruby-vips), 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), [Python](https://pypi.python.org/pypi/pyvips),
[PHP](https://github.com/libvips/php-vips), [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 [Go](https://github.com/davidbyttow/govips), and
[Lua](https://github.com/libvips/lua-vips). libvips [Lua](https://github.com/libvips/lua-vips). libvips
is used as an image processing engine by [sharp (on is used as an image processing engine by [sharp
node.js)](https://www.npmjs.org/package/sharp), (on node.js)](https://www.npmjs.org/package/sharp),
[bimg](https://github.com/h2non/bimg), [bimg](https://github.com/h2non/bimg), [sharp
[sharp for Go](https://github.com/DAddYE/vips), for Go](https://github.com/DAddYE/vips), [Ruby on
[Ruby on Rails](http://edgeguides.rubyonrails.org/active_storage_overview.html), Rails](http://edgeguides.rubyonrails.org/active_storage_overview.html),
[carrierwave-vips](https://github.com/eltiare/carrierwave-vips), [carrierwave-vips](https://github.com/eltiare/carrierwave-vips),
[mediawiki](http://www.mediawiki.org/wiki/Extension:VipsScaler), [mediawiki](http://www.mediawiki.org/wiki/Extension:VipsScaler),
[PhotoFlow](https://github.com/aferrero2707/PhotoFlow) and others. [PhotoFlow](https://github.com/aferrero2707/PhotoFlow) and others.