image-rs / imageproc

Image processing operations
MIT License
755 stars 148 forks source link

Improve the documentation/explanation of drawing functions #482

Closed alexwlchan closed 2 years ago

alexwlchan commented 2 years ago

In particular looking at https://docs.rs/imageproc/0.22.0/imageproc/drawing/index.html, a few things jump out at me:

[Context: I'm writing a blog post that mentions imageproc, and I'm having to handwave about why I'm using the _mut methods.]