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

Question: Howto create images from values? Simple const operations? #405

Open
jorismak opened this issue Feb 20, 2024 · 1 comment
Open

Comments

@jorismak
Copy link

Hi,

I've built a few things with lipvips in C before, but since I'm more working with Go these days, I was glad to see there was a binding for it.

But, I seem to be missing a lot? A lot of operations that have _const() variants in libvips for instance,
but also things like new_from_image to create simple working-images to fill with (constant) values, etc...

Am I supposed to handle that different in govips, or are they just simply never 'converted' to Go because they weren't needed yet by the author? (A very understandable reason!).

@tonimelisma
Copy link
Collaborator

Hey @jorismak - yes, indeed, we haven't updated most of libvips functionality. People send PRs for functions they want to implement. Please check the contributing docs and add test cases for functions you add. You can see old PRs here in Github.

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

No branches or pull requests

2 participants