| Author |
Topic  |
|
|
nwscomps
  
190 Posts |
Posted - Aug 29 2025 : 11:07:40
|
Hello everyone,
some years ago I developed a set of add-on components for ImageEn (image processing, painting, curves, and browsing). They include full source code and are guaranteed to compile on Delphi Sydney (10.4) and earlier with ImageEn 10 or lower. I have not tested them on more recent versions.
These components were used in a few projects at the time, but I never really promoted them. Now I am simply testing the waters to see if there is still interest in them.
Please note: I do not plan to develop these components further. However, since the complete source code is included, they could be a good starting point if you wish to extend or adapt them for your own projects.
What’s included
- TIEProc_EX extended TImageEnProc with extra filters, real-time preview, multi-threading, auto-generated UI
- Paint Engine Manager smooth threaded painting, tablet support, many tools and blend modes
- RGB Curves tonal adjustments with curves (points or formulas), histogram, Photoshop compatibility
- Thumbs Browser multi-threaded image browsing with metadata, EXIF support, custom layouts, and DB integration
Licensing They come with full source code. Upgrades from older versions are available at a small fee. --- More details: https://www.fssoft.it/delphicomps.html
Looking forward to your feedback! Thanks, Francesco Savastano
|
|
|
nwscomps
  
190 Posts |
|
|
xequte
    
39215 Posts |
Posted - Sep 03 2025 : 20:43:52
|
Hi Francesco
That's good to hear. I know a number of our users have used your components in the past, but I don't know how many of them are on this forum.
Nigel Xequte Software www.imageen.com
|
 |
|
|
nwscomps
  
190 Posts |
Posted - Sep 03 2025 : 23:10:08
|
Thanks, Nigel. I already knew that several ImageEn users had been using my components with satisfaction , and I’m glad to see this confirmed here.
If you think it might be of interest, perhaps this release could also be mentioned in your newsletter, so that more ImageEn users can benefit from it. I hope many more users will give the components a try, and that they might also serve as a small contribution to the continued development of ImageEn.
Francesco Savastano Add-ons for the ImageEn Library web: https://www.fssoft.it/delphicomps.html |
 |
|
|
xequte
    
39215 Posts |
Posted - Sep 04 2025 : 20:42:27
|
Hi Francesco
Have you confirmed they work with the latest version? You can email me for it.
Nigel Xequte Software www.imageen.com
|
 |
|
|
nwscomps
  
190 Posts |
Posted - Sep 04 2025 : 23:34:47
|
Nigel, currently I work with c# and I don't have any delphi installation on my computers. However some years ago I could test the components with Imageen 10 and with Delphi Sydney and they compiled. There is a file called NWSComps_Shared.inc where i let the user define which version of imageen they are using, something like: //-----------IMAGEEN VERSION------------------------------------------------------- {$DEFINE IMAGEEN_5_0_LATER} //must be defined for imageEn versions >= 5.0 {$DEFINE IMAGEEN_5_2_LATER} //must be defined for imageEn versions >= 5.2 {$DEFINE IMAGEEN_6_2_LATER} //must be defined for imageEn versions >= 6.2 {$DEFINE IMAGEEN_6_2_2_LATER} //must be defined for imageEn versions >= 6.2.2 {$DEFINE IMAGEEN_6_3_0_LATER} //must be defined for imageEn versions >= 6.3.0 {$DEFINE IMAGEEN_7_0_0_LATER} //must be defined for imageEn versions >= 7.0.0 {$DEFINE IMAGEEN_8_0_0_LATER} //must be defined for imageEn versions >= 8.0.0 {$DEFINE IMAGEEN_8_1_0_LATER} //must be defined for imageEn versions >= 8.1.0 {$DEFINE IMAGEEN_8_7_0_LATER} //must be defined for imageEn versions >= 8.7.0
As you can see there is no definition for imageen version 9 or 10. That means that the core features of imageen, on which my components are based, have not changed from 8.7 at least till version 10 (last one tested). So I assume that likely they compile on the most recent versions as well as the core features have remained unchanged for several years.
I will email you for your offer of the latest version, but I don't know if I am able to setup the testing enviromnent on one of my pc, any time soon.
Francesco Savastano Add-ons for the ImageEn Library web: https://www.fssoft.it/delphicomps.html |
 |
|
| |
Topic  |
|
|
|