Is it possible to expose Vips's copy_memory() API (Vips docs) through FFM? I wrote a wrapper in my own project to call this, however, it would be great to have it in this library. I can try my hand at this, however, I am unsure if this should go in the generator or as a manually configured function wrapper.
Here is my implementation: https://github.com/dmaiken/konifer/blob/main/service/src/main/java/app/photofox/vipsffm/VipsImageCopyMemory.java
Disclosure: I am new to code generation, so this may not be an ideal implementation.
Thank you for such a great library!
Is it possible to expose Vips's copy_memory() API (Vips docs) through FFM? I wrote a wrapper in my own project to call this, however, it would be great to have it in this library. I can try my hand at this, however, I am unsure if this should go in the generator or as a manually configured function wrapper.
Here is my implementation: https://github.com/dmaiken/konifer/blob/main/service/src/main/java/app/photofox/vipsffm/VipsImageCopyMemory.java
Disclosure: I am new to code generation, so this may not be an ideal implementation.
Thank you for such a great library!