[go: up one dir, main page]

loop9 0.1.3

Tiny helper function to visit every pixel in the image together with its neighboring pixels. Duplicates pixels on the edges.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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.3"
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"]