Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert animated unpremul images to premul during decode (flutter#8698)
Skia allows drawing unpremul images, but filtering them can look bad. Internally Skia performs this transformation when creating SkImages from encoded data (so this already happens for MakeCrossContextFromEncoded), and for consistency/quality it should be done here, too. Fixes flutter#28785
- Loading branch information