我試圖創建一個圖形應用程序並使用pygame作爲我的庫。但是,爲了加載非BMP文件,我需要構建具有完整映像支持的Python。 The image module is a required dependency of Pygame, but it only optionally supports any extended file formats. By default it can only l
即時通訊工作在這個任務和由於某種原因,它不復制所有行。它跳過bmp的某些行,所以它不會完全放大圖片。 我會非常感謝一些反饋,爲什麼它這樣做。 我知道它必須與指針算術相關。 int enlarge(PIXEL* original, int rows, int cols, int scale,
PIXEL** new, int* newrows, int* newcols)
{