olxgroup-oss / libvips-rust-bindings

Rust bindings for libvips
MIT License
95 stars 41 forks source link

Update to 8.13 #27

Closed Jacherr closed 1 year ago

Jacherr commented 2 years ago

This crate provides almost everything I need, but the currently published version does not support rgba (https://www.libvips.org/API/current/libvips-create.html#vips-text) on TextOptions (https://docs.rs/libvips/1.4.3/libvips/ops/struct.TextOptions.html) which I need for my use case. Is it possible to update the published version to latest in order to get this functionality?

bassco commented 1 year ago

28 has been published that should address this