File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,21 @@ im = im.conv mask, precision: :integer
68
68
im.write_to_file output_filename
69
69
```
70
70
71
- The ` Vips ` section in the API docs has a [ tutorial introduction with
71
+ # Documentation
72
+
73
+ There are [ full API docs for ruby-vips on
74
+ rubydoc] ( https://www.rubydoc.info/gems/ruby-vips ) . This sometimes has issues
75
+ updating, so we have a [ copy on the gh-pages for this site as
76
+ well] ( http://libvips.github.io/ruby-vips ) , which
77
+ should always work.
78
+
79
+ See the ` Vips ` section in the docs for a [ tutorial introduction with
72
80
examples] ( https://www.rubydoc.info/gems/ruby-vips/Vips ) .
73
81
74
- ruby-vips has [ API
75
- documentation] ( http://www.rubydoc.info/gems/ruby-vips ) . The [ libvips
76
- reference manual] ( https://libvips.github.io/libvips/API/current/ ) has a
77
- complete explanation of every method.
82
+ The [ libvips reference manual] ( https://libvips.github.io/libvips/API/current/ )
83
+ has a complete explanation of every method.
78
84
79
- The
80
- [ ` example/ ` ] ( https://github.com/libvips/ruby-vips/tree/master/example )
85
+ The [ ` example/ ` ] ( https://github.com/libvips/ruby-vips/tree/master/example )
81
86
directory has some simple example programs.
82
87
83
88
# Benchmarks
You can’t perform that action at this time.
0 commit comments