JosePineiro / WebP-wrapper

Wrapper for libwebp in C#. The most complete wapper in pure managed C#. Exposes Simple Decoding API, Simple Encoding API, Advanced Encoding API (with stadistis of compresion), Get version library and WebPGetFeatures (info of any WebP file). In the future I´ll update for expose Advanced Decoding API. The wapper are in safe managed code in one class. No need external dll except libwebp.dll (included). The wapper work in 32 and 64 bit system.
MIT License
214 stars 48 forks source link

Update to version 1.0.0.3 #10

Closed JosePineiro closed 6 years ago

JosePineiro commented 6 years ago

Change to .Net 2.0 (can work in upper versions) Create new functions GetThumbnailFast & GetThumbnailQuality Upgrade libwebp_x64.dll to version 6.1 Downgrade libwebp_x86.dll to version 4.4. The newest version do not work in windows XP Change wrapper for work with old DLL versions Best error managed