3 releases
0.1.3 | Aug 29, 2020 |
---|---|
0.1.2 | Aug 29, 2020 |
0.1.1 | Oct 20, 2017 |
#2 in #iterate
3,982 downloads per month
Used in 8 crates
(3 directly)
6KB
122 lines
9 neighboring pixels iterator
Tiny helper function to visit every pixel in the image together with its neighboring pixels. Duplicates pixels on the edges.
Ideal for implementing small image convolutions like blur, sharpening or edge detection.
Dependencies
~62KB