nlfiedler / magick-rust

Rust bindings for ImageMagick
https://crates.io/crates/magick_rust
Apache License 2.0
246 stars 63 forks source link

Add more types and functions #120

Closed 5ohue closed 1 month ago

5ohue commented 1 month ago

Oof. I believe after this pull request there's almost no bindings in the public library api. Most of the types are wrapped in enums and size_t is replaced with usize.

This pull request also adds a few new methods to MagickWand.

5ohue commented 1 month ago

Ok, I probably opened this too early, I keep adding more stuff that I need. I'll add a comment here when this should be merged

nlfiedler commented 1 month ago

No problem at all, keep 'em coming. Thanks.

5ohue commented 1 month ago

I think this is good to be merged

nlfiedler commented 1 month ago

Thank you again, sorry for the delay.