# IUPI **I**mage **U**nit **P**rocessing **I**nterface 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](./CFG.md) ## To-do: Please visit: [to-do list](./TODO.md)