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
git@tangled.org:stau.space/iupi

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

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