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
 ImageEn 9.2.5 Released

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
xequte Posted - Oct 22 2020 : 20:58:02
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