Skip to content

DeveloperThomas/ImageProcessing-Histograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ImageProcessing-Histograms

Simple WPF application to read and override pixel value.

Interface:

  • Menu:
    • File:
      • Open/Save the file;
    • Dynamic changing RGB values of pixel;
  • Image on the left is modifiable,
  • Image on the right is the original image loaded by user,
  • Histograms Tab (Creates a new window);

Functionalities:

  • Load/save image in formats: 'jpeg', 'png', 'bmp', 'gif', 'tiff',
  • Zoom/shrink editable image using slider,
  • Change RGB values using sliders,
  • Change a pixel value by clicking on it,
  • Hovering over pixel using mouse shows selected pixel RGB value (values are shown on the top of the window);
  • Select color and show it's histogram
  • Enlight or dim image
  • Equalize histogram
  • Stretch histogram (insert 2 integers in scale 0-255 on the right to set range)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages