Can somebody make me a simple WebP DLL?
Moderators: XnTriq, helmut, xnview
-
- Posts: 39
- Joined: Fri Jul 30, 2010 8:05 am
Can somebody make me a simple WebP DLL?
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?
-
- Banned
- Posts: 166
- Joined: Fri Aug 28, 2015 6:24 am
Re: Can somebody make me a simple WebP DLL?
Maybe you can create one yourself from open sources?
Downloading and Installing WebP
WebP API Documentation
Or use codec built for Windows?
What is the WebP Codec for Windows?
Downloading and Installing WebP
WebP API Documentation
Or use codec built for Windows?
What is the WebP Codec for Windows?
-
- Posts: 127
- Joined: Thu Feb 10, 2011 1:52 pm
- Location: Hamburg
Re: Can somebody make me a simple WebP DLL?
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.Mixer wrote:Maybe you can create one yourself from open sources?