File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4747 - 2.6
4848 - 2.7
4949 - 3.0
50+ - 3.1
5051 - jruby
5152 fail-fast : true
5253
Original file line number Diff line number Diff line change 44[ ![ Test] ( https://github.com/libvips/ruby-vips/workflows/Test/badge.svg )] ( https://github.com/libvips/ruby-vips/actions?query=workflow%3ATest )
55
66This gem is a Ruby binding for the [ libvips image processing
7- library] ( https://libvips.github.io/libvips ) . It has been tested on Linux,
8- macOS and Windows, and with ruby 2, ruby 3 and jruby. It uses [ ruby-ffi] ( https://github.com/ffi/ffi ) to call
9- functions in the libvips library.
7+ library] ( https://libvips.github.io/libvips ) . It has been tested on
8+ Linux, macOS and Windows, and with ruby 2, ruby 3 and jruby. It uses
9+ [ ruby-ffi] ( https://github.com/ffi/ffi ) to call functions in the libvips
10+ library.
1011
1112libvips is a [ demand-driven, horizontally
1213threaded] ( https://github.com/libvips/libvips/wiki/Why-is-libvips-quick )
@@ -39,7 +40,7 @@ gem install ruby-vips
3940
4041Or include ` gem "ruby-vips" ` in your gemfile.
4142
42- Tested with the ruby and msys from choco.
43+ Tested with the ruby and msys from choco, but others may work .
4344
4445## Example
4546
@@ -106,4 +107,3 @@ rmagick.rb 788768
106107
107108See also [ benchmarks at the official libvips
108109website] ( https://github.com/libvips/libvips/wiki/Speed-and-memory-use ) .
109-
You can’t perform that action at this time.
0 commit comments