ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Automatic color enhancement
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

dani

Brazil
2 Posts

Posted - May 15 2013 :  06:49:05  Show Profile  Reply
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.



dani

Brazil
2 Posts

Posted - May 16 2013 :  05:19:45  Show Profile  Reply
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?
Go to Top of Page

fab

1310 Posts

Posted - May 17 2013 :  01:03:27  Show Profile  Reply
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.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: