small reformat

This commit is contained in:
John Cupitt 2022-06-30 14:41:44 +01:00
parent c223ec5e4b
commit 5493103a7a
1 changed files with 23 additions and 20 deletions

View File

@ -33,8 +33,9 @@ It comes with bindings for
[C++](https://libvips.github.io/libvips/API/current/using-from-cpp.html),
and the
[command-line](https://libvips.github.io/libvips/API/current/using-cli.html).
Full bindings are available for
|Language | Bindings |
Full bindings are available for :
| Language | Binding |
|---|---|
| Ruby | [ruby-vips](https://rubygems.org/gems/ruby-vips) |
| Python | [pyvips](https://pypi.python.org/pypi/pyvips) |
@ -44,7 +45,8 @@ Full bindings are available for
| Lua | [lua-vips](https://github.com/libvips/lua-vips) |
| Crystal | [crystal-vips](https://github.com/naqvis/crystal-vips) |
libvips is used as an image processing engine by
libvips is used as an image processing engine by:
| |
|---|
| [sharp (on node.js)](https://www.npmjs.org/package/sharp) |
@ -55,8 +57,9 @@ libvips is used as an image processing engine by
| [mediawiki](https://www.mediawiki.org/wiki/Extension:VipsScaler) |
| [PhotoFlow](https://github.com/aferrero2707/PhotoFlow) |
and others. The official libvips GUI is [nip2](https://github.com/libvips/nip2),
a strange combination of a spreadsheet and a photo editor.
and others. The official libvips GUI is
[nip2](https://github.com/libvips/nip2), a strange combination of a
spreadsheet and a photo editor.
# Install