Image Unit Processing Interface. INFO: This is a mirror from GitHub. github.com/sona-tau/iupi
Racket 93.3%
Nix 0.2%
Other 6.5%
55 1 0

Clone this repository

https://tangled.org/stau.space/iupi https://tangled.org/did:plc:6n2ngs7zpcpwxz3jaoxj56tu/iupi
git@knot.tangled.wizardry.systems:stau.space/iupi git@knot.tangled.wizardry.systems:did:plc:6n2ngs7zpcpwxz3jaoxj56tu/iupi

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

IUPI#

Image Unit Processing Interface

IUPI is an image processing interface employing simple operators.

Usage#

To execute your program simply open the main.rkt file in src and at the bottom create a new testcase. Afterwards use the tester function.

Like this:

(define my-test "(0,0,0)")
(tester my-test)

CFG#

Please visit CFG.md

To-do:#

Please visit: to-do list