hajduakos / PhotoToolsDotNet

Tools for processing photos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotoTools.Net

Tools for processing photos.

.NET build Coverage Status Codacy Badge

Lines of Code Reliability Rating Security Rating Maintainability Rating

Bugs Vulnerabilities Code Smells Technical Debt

Building

  • Dependencies on Linux: sudo apt install libc6-dev libgdiplus
  • Dependencies on Mac: brew install mono-libgdiplus
    • sudo ln -s /opt/homebrew/opt/mono-libgdiplus/lib/libgdiplus.dylib /usr/local/lib/ might also be needed
  • Build: dotnet build -c release

Testing

  • Run tests: dotnet test -c release

About

Tools for processing photos


Languages

Language:C# 99.0%Language:CSS 1.0%Language:Shell 0.1%