File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 47
47
- 2.6
48
48
- 2.7
49
49
- 3.0
50
+ - 3.1
50
51
- jruby
51
52
fail-fast : true
52
53
Original file line number Diff line number Diff line change 4
4
[ ![ Test] ( https://github.com/libvips/ruby-vips/workflows/Test/badge.svg )] ( https://github.com/libvips/ruby-vips/actions?query=workflow%3ATest )
5
5
6
6
This 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.
10
11
11
12
libvips is a [ demand-driven, horizontally
12
13
threaded] ( https://github.com/libvips/libvips/wiki/Why-is-libvips-quick )
@@ -39,7 +40,7 @@ gem install ruby-vips
39
40
40
41
Or include ` gem "ruby-vips" ` in your gemfile.
41
42
42
- Tested with the ruby and msys from choco.
43
+ Tested with the ruby and msys from choco, but others may work .
43
44
44
45
## Example
45
46
@@ -106,4 +107,3 @@ rmagick.rb 788768
106
107
107
108
See also [ benchmarks at the official libvips
108
109
website] ( https://github.com/libvips/libvips/wiki/Speed-and-memory-use ) .
109
-
You can’t perform that action at this time.
0 commit comments