nlfiedler / magick-rust

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

Add auto_threshold #109

Closed protochron closed 11 months ago

protochron commented 11 months ago

This adds a binding for MagickAutoThresholdImage, which automatically performs image thresholding depending using a specified method.

nlfiedler commented 11 months ago

Terrific, thank you.