關於讀bmp檔的問題 |
尚未結案
|
dragonhippopdc
一般會員 發表:45 回覆:51 積分:19 註冊:2005-01-15 發送簡訊給我 |
請問各位大大一下ㄛ
就是我現在用下面這段code
unsigned char *ImBuffer=new unsigned char[ImageWidth*ImageHeight*3];
FILE*fptr;
fptr=fopen("10.bmp","rb");
memset(ImBuffer,0,ImageWidth*ImageHeight*3);
fseek(fptr,0x36,SEEK_SET);
fread(ImBuffer,ImageWidth*3,ImageHeight,fptr);
fclose(fptr);
將bmp檔讀到ImBuffer這個指標後
我要怎麼將這個bmp檔放到image這個元件上來顯示呢
請各位大大教我一下
|
fusung
中階會員 發表:26 回覆:169 積分:99 註冊:2003-11-25 發送簡訊給我 |
dragonhippopdc,你好: 關於你的問題可以參考這一篇文章 http://delphi.ktop.com.tw/topic.php?topic_id=63507 應該就可以解決你的問題。 //=============
//努力學習中...
//=============
------
The first step toward proving things for yourself is to understand how others have done it before! |
fffhghgjh
一般會員 發表:2 回覆:33 積分:17 註冊:2004-12-23 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |