loop9 0.1.2

Tiny helper function to visit every pixel in the image together with its neighboring pixels. Duplicates pixels on the edges.
Documentation
[package]
authors = ["Kornel <kornel@geekhood.net>"]
description = "Tiny helper function to visit every pixel in the image together with its neighboring pixels. Duplicates pixels on the edges."
license = "MIT"
name = "loop9"
readme = "README.md"
version = "0.1.2"
edition = "2018"
homepage = "https://lib.rs/loop9"
categories = ["graphics"]
keywords = ["convolve", "blur", "iterate"]

[dependencies]
imgref = "1.7.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]