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