nlfiedler / magick-rust

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

don't segfault if MagickGetImageBlob returns null #102

Closed BeatButton closed 1 year ago

BeatButton commented 1 year ago

It can return null, for whatever reason, and passing null to copy_nonoverlapping is no good.

nlfiedler commented 1 year ago

Excellent, thank you.