Closed tkallady closed 1 month ago
Apart from the two new nits, I'm happy for this PR to be merged.
All done. Thanks.
for clippy lint
you can merge master
, for doc lint
just fix url
CI should pass now.
Actually I think clippy
will break with each new lint until they run out of ideas. Almost every month
Thanks!
Similar to bucket tool in MS-PAINT. I've just taken the algorithm from here: https://en.wikipedia.org/wiki/Flood_fill#Span_filling
I'm fairly new to rust and didn't know how to do generic Pixel equality without first converting to rgba pixel, perhaps someone knows how to do this better?: https://github.com/image-rs/imageproc/blob/d2a187ceecdde5d7e4a4526531d7c0c909dcd227/src/drawing/fill.rs#L61