libvips-rust-bindings
libvips-rust-bindings copied to clipboard
VipsImage lacks bindings for `vips_image_set`
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).