Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support vips functions that operate on multiple images #373

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ryanlath
Copy link

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...

…Align, LineSpacing, CompassDirection).

 - Changed test functions to not test formats not compiled into vips.
 - Fixed testdata filenames so all generated have _out.  Removed generated ones from code.
 - Removed deprecated preinstall.sh
@klebekj
Copy link

klebekj commented Oct 25, 2021

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

Copy link

@spatecon spatecon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like good implementation of universal solution for all multi images operations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants