bimg icon indicating copy to clipboard operation
bimg copied to clipboard

Support vips functions that operate on multiple images

Open ryanlath opened this issue 4 years ago • 1 comments

Adds initial support for vips_FUNCTIONS that operate on multi files, like: vips_arrayjoin (this is the one I needed), vips_mosaic, vips_composite, vips_composite2.

// See tests for complete example
buffer, err := NewImageFrom(images, outputOptions).ArrayJoin(opts)

I didn't spend too much time on it, since I don't know if this is something the authors are open too, or whether this project is still active...

ryanlath avatar Jun 13 '21 16:06 ryanlath

Hi, is there any chance that this PR will be merged soon? Thanks.

klebekj avatar Oct 25 '21 08:10 klebekj