Skip to content
rasberry edited this page Nov 19, 2020 · 14 revisions

Image Functions

A collection of various image processing functions

Commands

  • 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
    

Notes

  • pull/push from wiki
    • git subtree pull --prefix wiki wiki master
    • git subtree push --prefix wiki wiki master
Clone this wiki locally