olxgroup-oss / libvips-rust-bindings

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

feat: implement `vips_image_get_string` for `VipsImage` #106

Open zanmato opened 8 months ago

zanmato commented 8 months ago

This can be used to fetch various string metadata such as the vips-loader, which in turn can be used to determine the image type.

See: https://www.libvips.org/API/current/libvips-header.html#vips-image-get-string

Fixes #43