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
 Adding Image Formats via WIC

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 16 2018 : 03:28:10
From v8, ImageEn supports image loading of WIC formats. These are codecs included in Windows to display images, e.g. in Explorer. You can install extra codecs to add support for more formats to Windows and ImageEn.

Most WIC formats are supported by ImageEn natively, so the main ones of interest are:

- RAW camera formats: Allows you to support RAW without including a DLL such as ielib.dll

Enable this via CameraRawEngine:

https://www.imageen.com/help/TIEImageEnGlobalSettings.CameraRawEngine.html

Windows seems to include the codecs for most RAW formats, but they also offer a codec pack (which I don't think is needed):
https://www.microsoft.com/en-us/download/details.aspx?id=26829


- HEIF/HEIC Image Format: This format is popular on Apple devices. You need to install the codec from:

https://www.microsoft.com/en-us/p/heif-image-extensions/9pmmsr1cgpwg


- AVIF Image Format: For this format you will need the AV1 Video Extension:

https://apps.microsoft.com/store/detail/av1-video-extension/9MVZQVXJBQ9V?hl=en-us&gl=US


- Other: There is also a commercial codec pack available:

https://www.fastpictureviewer.com/codecs/


Nigel
Xequte Software
www.imageen.com