https://github.com/daijobudes/basic-image-processing
Basic image processing, original image to greyscale, negative or sepia, including a histogram. Written in C#.
https://github.com/daijobudes/basic-image-processing
basic csharp dotnet image processing
Last synced: 2 months ago
JSON representation
Basic image processing, original image to greyscale, negative or sepia, including a histogram. Written in C#.
- Host: GitHub
- URL: https://github.com/daijobudes/basic-image-processing
- Owner: DaijobuDes
- License: gpl-3.0
- Created: 2021-09-21T09:52:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T10:15:43.000Z (over 4 years ago)
- Last Synced: 2024-12-28T04:48:21.370Z (over 1 year ago)
- Topics: basic, csharp, dotnet, image, processing
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic Image Processing
A basic image processing program written in C#.
## Requirements
dotnet 4.7.2 or higher or lower (untested but preferably dotnet 4.5 minimum).
## Building
Clone this repository, `cd` into the cloned repository then type `dotnet build`.
Files can be found in the `bin` folder.
https://user-images.githubusercontent.com/38452446/134153576-e367234f-6c1f-4b05-bb87-b3279e056ad5.mp4