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
 ImageEn 9.2.5 Released
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

xequte

38176 Posts

Posted - Oct 22 2020 :  20:58:02  Show Profile  Reply
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
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: