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: ``` if (error != kvImageNoError) { return nil; } ```