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
 Multithreaded Processing in our new Bundle 3

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
nwscomps Posted - Sep 16 2016 : 10:44:30
*EDIT* I thought this would have gone into the Demos forum. You can move it there as it is more appropriate. Thanks.

We have just release Bundle 3 of our add-ons for ImageEn.
You can read about some of the new features here:
http://nwscomps.com/whatsnew_3.html
and you can download all our new demos from this page:
http://nwscomps.com/download.html


The First Demo (in the picture below) shows how to use our new MultiThreading processing class as stand-alone. A comparison can be made with traditional single-threaded imageEn filters and the same filters when executed by our multithreading class.



The second Demo is of our new TIEProc_EX component that supports now multithreading and has also new Filters, such as Fill Light/Back Light and Smart Contrast. Also now it supports custom filters and can use our TRGBCurves component as well as custom filter.



Francesco Savastano
Nwscomps.com
Add-ons for the ImageEn Library
6   L A T E S T    R E P L I E S    (Newest First)
nwscomps Posted - Oct 03 2018 : 09:57:32
Hello, I have just released the new bundle of our components, of which you asked information.
You can find it at:
http://www.fssoft.it/delphicomps.html

Francesco Savastano
Add-ons for the ImageEn Library
web: http://www.fssoft.it/delphicomps.html
nwscomps Posted - Oct 01 2018 : 12:27:30
Hi Adrian, yes it is but you will need to wait the update of our components. I am working on them right now. IE 8 is already supported, I am adding some new features and improving existing ones. I will publish them on my website and I will give notice on this forum

Francesco Savastano
Nwscomps.com
Add-ons for the ImageEn Library
AdrianKnowles Posted - Sep 30 2018 : 14:58:44
Hi,
is this still available?
Kind regards,
Adrian
am24 Posted - Sep 17 2016 : 11:27:31
Thank you!
nwscomps Posted - Sep 17 2016 : 08:30:34
Hello Am24,

Smart Contrast is a local contrast function similar to photoshop clarify.
Also it is different from Unsharp Mask. It will enhance the contrast by giving higher weight to those areas of the picture that are flat but have details in them, also less weight to those parts that are under or over exposed. Also it looks in a radius around the pixel, not just the value of the pixel.
In the demos thread in this forum, I have posted an example of applying the smart contrast to a picture.



Francesco Savastano
Nwscomps.com
Add-ons for the ImageEn Library
am24 Posted - Sep 17 2016 : 04:44:31
How does the new Smart Contrast function work?
And how is it different to the normal Contrast function?