yackle / CLImageEditor

MIT License
2.21k stars 574 forks source link

Custom stickers with alpha layers have black backgrounds #205

Closed albertbori closed 6 years ago

albertbori commented 6 years ago

In UIImage+Utility.m (UIImage*)resize:(CGSize)size accidentally loses the transparency of the original PNG+alpha image when called by (UIImage*)aspectFit:(CGSize)size.

albertbori commented 6 years ago

Closing the issue. It was caused by an extension collision in my main app.