SDWebImage / SDWebImageWebPCoder

A WebP coder plugin for SDWebImage, use libwebp
MIT License
217 stars 84 forks source link

Fix the WebP encoding which loss the image's input color space #90

Closed dreampiggy closed 10 months ago

dreampiggy commented 10 months ago

Issues

This close #89

Solution

Should prefer to use input color space and only use device RGB as fallback

Extra

This added extra Demo of macOS about the WebP encoding. This added unit test of macOS as well