We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After updating the framework to 0.14.2 if I try to get the data of a clear (transparent) UIImage it will return NIL.
- (nullable NSData *)sd_encodedWebpDataWithImage enters line 904 and returns NIL:
- (nullable NSData *)sd_encodedWebpDataWithImage
if (error != kvImageNoError) { return nil; }