5 releases
0.1.5 | Jan 15, 2024 |
---|---|
0.1.4 | Sep 22, 2023 |
0.1.3 | Aug 29, 2020 |
0.1.2 | Aug 29, 2020 |
0.1.1 | Oct 20, 2017 |
#590 in Images
268,334 downloads per month
Used in 81 crates
(3 directly)
8KB
155 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
~66KB