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
 Webp lib in a subfolder

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
Dscho Posted - Sep 23 2022 : 09:21:35
Hi,
How can i use Webp lib in a subfolder instead folder of the Mainapp?

Best Regards
Dscho
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 27 2023 : 16:01:18
Also note that WebP loading is now automatically supported on Delphi 12 and newer if you add Vcl.Skia to the uses clause of any unit in your project.

Nigel
Xequte Software
www.imageen.com
xequte Posted - Sep 23 2022 : 17:44:00
Hi Dscho

WebP is supported by two possible methods:
- If you have installed a WebP codec (such as Google's) then it can be loaded using WIC (automatically)
- If you have installed and registered the ImageMagick plug-in then loading and saving to WebP is supported. This method supports the DLL's being located in a sub-folder. The method is changing in next week's release. In 11.4.0 you call RegisterPlugin and pass a folder:

https://www.imageen.com/help/TIEMiscPluginsImageMagick.RegisterPlugin.html

See also: http://www.imageen.com/help/File_Formats.html

Nigel
Xequte Software
www.imageen.com