/**
* Copies a BMP piece by piece, just because.
* All we have to do is change all the red pixels to
*/
#include <stdio.h>
#include <stdlib.h>
#include "bmp.h"
int main(int argc, char *arg
我正在使用Python GUI w/Tkinter。我試圖將BMP圖像中的四個指定點位置保存爲變量,並創建一個最適合的橢圓,或多或少地通過保存的點。我仍然是一名初學者,工作着W/Tkinter和GUI,所以請耐心等待! 到目前爲止,代碼可以標記點並打印出其位置/座標。我應該在這種情況下使用matplotlib嗎?我能夠使用那個w/tkinter嗎? 這裏是我的代碼: from tkinter im