Skip to content

nlabiris/ImageEdit_WPF

Repository files navigation

Basic image processing program

A simple image processing program made with C# and WPF containing a large amount of algorithms to test. It also supports multithreading. Currently supports the following file formats:

  • JPEG/JPG
  • PNG
  • BMP

Main window

Algorithms

  • Shift bits
  • Threshold
  • Auto threshold
  • Negative
  • Square root
  • Contrast enhancement
  • Brightness
  • Contrast
  • Histogram
  • Salt-and-Pepper noise generator (Color/BW)
  • Median filter (Noise reduction)
  • Arithmetic mean filter (Noise reduction)
  • Edge detection (Sobel)
  • Edge detection (Gradient-based)
  • Gaussian Blur filter
  • Sharpen filter
  • Image equalization [RGB],[HSV],[YUV]
  • Color to grayscale
  • Sepia tone
  • Cartoon effect
  • Oil paint effect

Supported platforms

  • Windows

Source code

For the source code, you can click the "Download ZIP" on the right or the "Clone in Desktop" (if you are using Github for Windows) to clone the repository.

Alternatively, from the command line (if you have git installed):

git clone https://github.com/nlabiris/ImageEdit_WPF.git

Download binary

ImageEdit v0.9 beta

License

The software is licensed under the GNU GENERAL PUBLIC LICENSE Version 3. For more information check the LICENSE file.

About

Basic image processing program (WPF)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages