• B
    Convert animated unpremul images to premul during decode (#8698) · 098ada53
    Brian Osman 提交于
    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 #28785
    098ada53
codec.cc 19.1 KB