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
- Host: GitHub
- URL: https://github.com/refupanker/invertcolors_btow
- Owner: REFUPANKER
- Created: 2022-10-29T12:21:29.000Z (over 2 years ago)
- Default Branch: CSharp
- Last Pushed: 2022-10-29T19:41:18.000Z (over 2 years ago)
- Last Synced: 2025-01-11T22:24:44.149Z (4 months ago)
- Language: C#
- Size: 5.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```