small reformat
This commit is contained in:
parent
c223ec5e4b
commit
5493103a7a
29
README.md
29
README.md
@ -33,9 +33,10 @@ It comes with bindings for
|
|||||||
[C++](https://libvips.github.io/libvips/API/current/using-from-cpp.html),
|
[C++](https://libvips.github.io/libvips/API/current/using-from-cpp.html),
|
||||||
and the
|
and the
|
||||||
[command-line](https://libvips.github.io/libvips/API/current/using-cli.html).
|
[command-line](https://libvips.github.io/libvips/API/current/using-cli.html).
|
||||||
Full bindings are available for
|
Full bindings are available for :
|
||||||
|Language | Bindings |
|
|
||||||
|---| ---|
|
| Language | Binding |
|
||||||
|
|---|---|
|
||||||
| Ruby | [ruby-vips](https://rubygems.org/gems/ruby-vips) |
|
| Ruby | [ruby-vips](https://rubygems.org/gems/ruby-vips) |
|
||||||
| Python | [pyvips](https://pypi.python.org/pypi/pyvips) |
|
| Python | [pyvips](https://pypi.python.org/pypi/pyvips) |
|
||||||
| PHP | [php-vips](https://github.com/libvips/php-vips) |
|
| PHP | [php-vips](https://github.com/libvips/php-vips) |
|
||||||
@ -44,19 +45,21 @@ Full bindings are available for
|
|||||||
| Lua | [lua-vips](https://github.com/libvips/lua-vips) |
|
| Lua | [lua-vips](https://github.com/libvips/lua-vips) |
|
||||||
| Crystal | [crystal-vips](https://github.com/naqvis/crystal-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)|
|
| [sharp (on node.js)](https://www.npmjs.org/package/sharp) |
|
||||||
|[bimg](https://github.com/h2non/bimg)|
|
| [bimg](https://github.com/h2non/bimg) |
|
||||||
|[sharp for Go](https://github.com/DAddYE/vips)|
|
| [sharp for Go](https://github.com/DAddYE/vips) |
|
||||||
|[Ruby on Rails](https://edgeguides.rubyonrails.org/active_storage_overview.html)|
|
| [Ruby on Rails](https://edgeguides.rubyonrails.org/active_storage_overview.html) |
|
||||||
|[carrierwave-vips](https://github.com/eltiare/carrierwave-vips)|
|
| [carrierwave-vips](https://github.com/eltiare/carrierwave-vips) |
|
||||||
|[mediawiki](https://www.mediawiki.org/wiki/Extension:VipsScaler)|
|
| [mediawiki](https://www.mediawiki.org/wiki/Extension:VipsScaler) |
|
||||||
|[PhotoFlow](https://github.com/aferrero2707/PhotoFlow)|
|
| [PhotoFlow](https://github.com/aferrero2707/PhotoFlow) |
|
||||||
|
|
||||||
and others. The official libvips GUI is [nip2](https://github.com/libvips/nip2),
|
and others. The official libvips GUI is
|
||||||
a strange combination of a spreadsheet and a photo editor.
|
[nip2](https://github.com/libvips/nip2), a strange combination of a
|
||||||
|
spreadsheet and a photo editor.
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user