Update links to libvips, now in its own GitHub org

This commit is contained in:
Lovell Fuller
2018-09-21 20:33:01 +01:00
parent 71755b69e4
commit 2ce166ab0a
10 changed files with 15 additions and 18 deletions

View File

@@ -78,7 +78,7 @@ namespace sharp {
//
// References:
// - http://en.wikipedia.org/wiki/Alpha_compositing#Alpha_blending
// - https://github.com/jcupitt/ruby-vips/issues/28#issuecomment-9014826
// - https://github.com/libvips/ruby-vips/issues/28#issuecomment-9014826
//
// out_a = src_a + dst_a * (1 - src_a)
// ^^^^^^^^^^^