Can somebody make me a simple WebP DLL?

All non-XnView related: softwares, formats, imaging, photography...

Moderators: XnTriq, helmut, xnview

Post Reply
Ben321
Posts: 39
Joined: Fri Jul 30, 2010 8:05 am

Can somebody make me a simple WebP DLL?

Post 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?
Mixer
Banned
Posts: 166
Joined: Fri Aug 28, 2015 6:24 am

Re: Can somebody make me a simple WebP DLL?

Post by Mixer »

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?
User avatar
omniplex
Posts: 127
Joined: Thu Feb 10, 2011 1:52 pm
Location: Hamburg
Contact:

Re: Can somebody make me a simple WebP DLL?

Post 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.
Post Reply