Updated README.md to add crystal-vips bindings (#2905)

This commit is contained in:
Ali Naqvi 2022-06-30 21:01:06 +08:00 committed by GitHub
parent 0971344785
commit c223ec5e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 15 deletions

View File

@ -33,21 +33,29 @@ 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 [Ruby](https://rubygems.org/gems/ruby-vips), Full bindings are available for
[Python](https://pypi.python.org/pypi/pyvips), |Language | Bindings |
[PHP](https://github.com/libvips/php-vips), |---| ---|
[C# / .NET](https://www.nuget.org/packages/NetVips), | Ruby | [ruby-vips](https://rubygems.org/gems/ruby-vips) |
[Go](https://github.com/davidbyttow/govips), and | Python | [pyvips](https://pypi.python.org/pypi/pyvips) |
[Lua](https://github.com/libvips/lua-vips). libvips | PHP | [php-vips](https://github.com/libvips/php-vips) |
is used as an image processing engine by [sharp | C# / .NET | [NetVips](https://www.nuget.org/packages/NetVips) |
(on node.js)](https://www.npmjs.org/package/sharp), | Go | [govips](https://github.com/davidbyttow/govips) |
[bimg](https://github.com/h2non/bimg), [sharp | Lua | [lua-vips](https://github.com/libvips/lua-vips) |
for Go](https://github.com/DAddYE/vips), [Ruby on | Crystal | [crystal-vips](https://github.com/naqvis/crystal-vips) |
Rails](https://edgeguides.rubyonrails.org/active_storage_overview.html),
[carrierwave-vips](https://github.com/eltiare/carrierwave-vips), 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), |[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](https://edgeguides.rubyonrails.org/active_storage_overview.html)|
|[carrierwave-vips](https://github.com/eltiare/carrierwave-vips)|
|[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. a strange combination of a spreadsheet and a photo editor.
# Install # Install