image-rs / imageproc

Image processing operations
MIT License
758 stars 149 forks source link

Fix `BresenhamLineIter` panic #565

Closed cospectrum closed 7 months ago

cospectrum commented 7 months ago

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

theotherphil commented 7 months ago

Thanks for the fix.