image-rs / imageproc

Image processing operations
MIT License
744 stars 146 forks source link

Add `#[must_use]` to all non-mut image processing functions #675

Open ripytide opened 3 months ago

ripytide commented 3 months ago

Inspired by https://github.com/image-rs/image/pull/2268, the same reasoning applies to imageproc function I think.