An open API service indexing awesome lists of open source software.

https://github.com/refupanker/invertcolors_btow

CSharp Color Inverter Black to White
https://github.com/refupanker/invertcolors_btow

Last synced: 3 months ago
JSON representation

CSharp Color Inverter Black to White

Awesome Lists containing this project

README

        

# InvertColors_BtoW
CSharp Color Inverter Black to White

### Created with Dotnet Core 6 - CSharp Console

### Uses
> System.Drawing.Common -v 6.0.0

[NuGet Package Page](https://www.nuget.org/packages/System.Drawing.Common/)
### How to add package
```bash
dotnet add package System.Drawing.Common -v 6.0.0
```
## App runs in single file
*How it works?*
> [Dotnet Single File Deployment](https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli)
> [**About Huge storage problem**](https://dotnetcoretutorials.com/2021/11/10/single-file-apps-in-net-6/)

## Starting app with parameters
```cmd
InvertColors.exe -ic "source path" "destination path"
```