image-rs / imageproc

Image processing operations
MIT License
735 stars 145 forks source link

Fix `BresenhamLineIter` panic #565

Closed cospectrum closed 5 months ago

cospectrum commented 5 months ago

Should fix https://github.com/image-rs/imageproc/issues/545

theotherphil commented 5 months ago

Thanks for the fix.