📜  pyqt5 图像更改大小 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:53.141000             🧑  作者: Mango

代码示例1
pixmap = pixmap.scaled(64, 64)
    #changes the size of the image to 64,64