Understand the role of the binding better #418
|
Hello, I wanted to understand if the binding is 1:1 with the functions of libvips, which I don't think it is, since there are some options missing? My reasoning for this is this: The Python bindings have this section for The same is true for the C bindings (if it's not the correct term, apologies), I couldn't find this in Thank you :) |
Answered by
tonimelisma
Mar 19, 2024
Replies: 1 comment 1 reply
|
Hey @LoyalPotato, no it's not 1:1 because not all of the libvips functionality has been implemented. It's a question of time and effort. If there's missing functionality I do try to review and merge pull requests ASAP, so you're more than happy to contribute whatever you need! |
1 reply
Answer selected by
LoyalPotato
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @LoyalPotato, no it's not 1:1 because not all of the libvips functionality has been implemented. It's a question of time and effort. If there's missing functionality I do try to review and merge pull requests ASAP, so you're more than happy to contribute whatever you need!