Crates.io | loop9 |
lib.rs | loop9 |
version | 0.1.5 |
source | src |
created_at | 2017-10-20 11:56:38.739907 |
updated_at | 2024-01-15 11:11:35.843236 |
description | Tiny helper function to visit every pixel in the image together with its neighboring pixels. Duplicates pixels on the edges. |
homepage | https://lib.rs/crates/loop9 |
repository | https://gitlab.com/kornelski/loop9.git |
max_upload_size | |
id | 36340 |
size | 8,407 |
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.