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

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#.

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