T O P I C R E V I E W |
dani |
Posted - May 15 2013 : 06:49:05 Hello
Please see below the two photos. I did a color enhancement using a Photoshop. I would like to do that in my application. It has to simple for the user, let's say just a button saying "Color Enhancement" and all colors must be enhanced proportionaly such as in the example.
Thanks in advance.

 |
2 L A T E S T R E P L I E S (Newest First) |
fab |
Posted - May 17 2013 : 01:03:27 This image is very blurred, so it is only possible to get a little enhancement. However try:
ImageEnView1.Proc.Sharpen(); or ImageEnView1.Proc.AutoSharp(); or ImageEnView1.Proc.AutoImageEnhance1(); ...up to ImageEnView1.Proc.AutoImageEnhance3()
or play with their parameters. |
dani |
Posted - May 16 2013 : 05:19:45 I did with a simple ImageEnView1.Proc.AdjustSaturation(30). Anyone knows how could I sharpen the edges in the transition from one color to another? |