image-rs / imageproc

Image processing operations
MIT License
735 stars 145 forks source link

Broken links in docs.rs documentation #677

Closed Skgland closed 1 month ago

Skgland commented 1 month ago

In the description of e.g. imageproc::drawing::draw_antialiased_line_segment there is a link to an interpolate function which gets resolved as imageproc::drawing::interpolate which doesn't exist. Based on looking at the source and especially the tests it appearse this is supposed to referee to imageproc::pixelops::interpolate instead.