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
213 stars 48 forks source link

Fixed (some) typos in readme file. #26

Closed DavidRutten closed 3 years ago

DavidRutten commented 4 years ago

Many phrasing issues remain.

JosePineiro commented 3 years ago

Thanks.