ImageEn v9.2.5 have now been released. This fixes a couple of issues in 9.2.0 plus allows you to choose at run-time which imaging engine to use, e.g.
// Force use IELib DLL for improved performance
IEGlobalSettings().JPEGEngine := ieenDLL;
IEGlobalSettings().PNGEngine := ieenDLL;
IEGlobalSettings().JPEG2000Engine := ieenDLL;
IEGlobalSettings().CameraRawEngine := ieenDLL;
// Use IELib DLL if found in the EXE folder, otherwise fall back to Native or WIC
// Note: This is the default setting
IEGlobalSettings().JPEGEngine := ieenAuto;
IEGlobalSettings().PNGEngine := ieenAuto;
IEGlobalSettings().JPEG2000Engine := ieenAuto;
IEGlobalSettings().CameraRawEngine := ieenAuto;
Updates are free if you purchased a license or extension after 23 October 2019 or for any 9.2.0 user. You can access the downloads from:
http://www.imageen.com/support/downloadrequest.html
Other users can extend their registration for 12 months at:
http://www.imageen.com/order/index.html#Extensions
Top Five Enhancements
1. Can specify imaging engine for JPEG/PNG/JPEG2000 from Native (No DLL), DLL (Better performance) or WIC (Windows loading)
2. Better design-time support with ImageEn Open/Save dialogs, including full preview
3. TImageEnMView can load multi-frame WIC formats
4. File formats can now be detected using WIC
5. Text can now be offset in text layers to better fit into shapes, such as speech bubbles
Complete Change History: http://www.imageen.com/info/HistoryFull.html
Nigel
Xequte Software
www.imageen.com