圖像格式: QImage::Format_RGB32 //儲存格式為B,G,R,A 對應0,1,2,3 QImage::Format_RGB888 //儲存格式為R,G,B 對應0,1,2 QImage::Format_Indexed8 ...
確定! 回上一頁