Page 1 of 1
Can somebody make me a simple WebP DLL?
Posted: Thu Mar 31, 2016 9:16 pm
by Ben321
I know there's one as a plugin for XNView, but that's designed specifically for use with XNView, and may not be usable as a standard DLL file with other programs. Can somebody write me normal STDCALL DLL that I can use in my own program I'm writing, that will need to implement WebP decoding?
Re: Can somebody make me a simple WebP DLL?
Posted: Thu Mar 31, 2016 10:00 pm
by Mixer
Re: Can somebody make me a simple WebP DLL?
Posted: Sat Apr 02, 2016 1:50 am
by omniplex
Mixer wrote:Maybe you can create one yourself from open sources?
Indeed, and the libwebp-0.5.0-windows-x86.zip (similar: x64) already contains a (static) libwebp.lib + demo applications. Another example could be
zeranoe ffmpeg 3.01 shared readme, where
shared might be some kind of DLL (not necessarily STDCALL). I only use the static zeranoe FFMpeg builds, with WebP 0.50 among (many) other libraries.