ainame / Swift-WebP

A thin libwebp wrapper in Swift that provides both encode/decode APIs
MIT License
163 stars 39 forks source link

Make WebPImageInspector public #34

Closed ainame closed 5 years ago

ainame commented 5 years ago

Prior to this PR, I created WebPImageInspector that wraps CWebP.WebPGetFeatures. This seems like convenient so I decided to make it public as well as better error handling.