Closed
Description
When use ToSKBitmap method to convert a UIImage to SKBitmap, the transparent pixels(all zero for r, g, b, a) in original image will be replaced by random, abnormal pixels. This project shows the problem.
It could be caused by not clearing the CGBitmapContext before drawing, I will submit a PR soon.
Activity
Merge pull request #440 from rabbitom/master
mattleibow commentedon Jan 31, 2018
Thanks for reporting and the PR. I have merged it and it will be in the next release.