nlfiedler / magick-rust

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

Add bindings for `DrawRectangle` and `MagickBrightnessContrastImage` methods #97

Closed MaksRawski closed 1 year ago

MaksRawski commented 1 year ago

Just like the title says, I've added bindings for the DrawRectangle method and MagickBrightnessContrastImage.

In another commit, I changed 2 normal comments into docstrings, so that LSP can show them when they are hovered over. It seemed like too small of a change to deserve its own PR, so thought it could be merged with this one.

nlfiedler commented 1 year ago

Thanks!