-
Notifications
You must be signed in to change notification settings - Fork 0
home
rasberry edited this page Nov 19, 2020
·
14 revisions
A collection of various image processing functions
- run project
dotnet run -p src --
- test project
dotnet test -d n
- build wiki
- Only do this if all tests pass.
- Buiding the wiki may take a long time.
- To regenerate test images include the parameter "--images"
dotnet run -p test -- --images
- pull/push from wiki
git subtree pull --prefix wiki wiki master
git subtree push --prefix wiki wiki master