You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!).
The text was updated successfully, but these errors were encountered:
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.
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!).
The text was updated successfully, but these errors were encountered: