On 08/29/2012 12:05 PM, ext [email protected] wrote:
> QImage(const QString &fileName, const char *format = 0);
> 
>  
> 
> If I want to use Format_ARGB8565_Premultiplied, so what’s the format
> string in above constructor ?
> 
>  
> 
> Thanks,
> 
> Song

Why not use QPixmap? It should pick the best format for blitting and
blending automatically.

--
Samuel

_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to