Tracking: imageops:: and DynImage::crop()/crop_imm() breakage #1201
Labels
kind: API
missing or awkward public APIs
kind: enhancement
next: breaking
Information tag for PRs and ideas that require an interface break
Previously: #1200 (comment)
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()
removedThe text was updated successfully, but these errors were encountered: