Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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.
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: