libvips-rust-bindings icon indicating copy to clipboard operation
libvips-rust-bindings copied to clipboard

VipsImage lacks bindings for `vips_image_set`

Open cdknight opened this issue 3 years ago • 0 comments

At the moment, there is no way to make a call to vips_image_set as there is no safe binding for the function, and the ctx pointer in the VipsImage struct is private, so I cannot manually call libvips::bindings::vips_image_set (and so on).

cdknight avatar Jan 30 '22 22:01 cdknight