Search found 2 matches

by Dan_Bearderian
2019-10-18T08:00:41-07:00
Forum: Magick.NET
Topic: Histogram with c# Magick.Net
Replies: 4
Views: 152776

Re: Histogram with c# Magick.Net


snibgo -- perhaps he means like in Photoshop or GIMP where you can move sliders for clipping and stretching as per -level and +level


Exactly.
Does anyone know how to implement such a solution?
I had already looked at the scripts but the only problem is that they need Unix to work, right? (I'm ...
by Dan_Bearderian
2019-10-10T08:31:07-07:00
Forum: Magick.NET
Topic: Histogram with c# Magick.Net
Replies: 4
Views: 152776

Histogram with c# Magick.Net

Hello everyone!
I'm a c# developer and I'm trying to create a windows Image Editor app. So analyze bitmap image in input and show a flexible histogram to modify that, then save as a new .jpg file.
My main doubt is this:
how do I create an histogram to modify the image in real time?

Thanks in ...