How to convert QWidget 's image format from ARGB32_PreMultiplied to ARGB32?
How to convert QWidget 's image format from ARGB32_PreMultiplied 开发者_StackOverflowto ARGB32 ?
What do you mean by "convert QWidget's image format"?
Internally, the raster engine does all rendering in ARGB32_Premultiplied.
精彩评论