Open nabijaczleweli opened 4 years ago
Just noticed that docs of DynamicImage::crop says the signature will be replaced in 0.24 release, but looks like that never happened even though 0.24 was released some time ago? Should the docs be updated? @HeroicKatora
Yeah, probably should update the docs. Though if anyone is interested in making a PR, we can make note of it in #1943 to make sure they don't get forgotten when we are making the 0.25 release
Previously: https://github.com/image-rs/image/pull/1200#discussion_r409827806
imageops::crop()
is to be renamed tocrop_mut()
, andimageops::crop_imm()
tocrop()
DynImage::crop()
's signature is to be replaced withcrop_imm()
's, andcrop_imm()
removed