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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Automatic color enhancement

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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?