關於影像水平翻轉後的問題 |
尚未結案
|
dragonhippopdc
一般會員 發表:45 回覆:51 積分:19 註冊:2005-01-15 發送簡訊給我 |
以下是我的code但是我翻轉後卻發現影像變灰階圖了
請各位大大幫我看一下是那裡錯了
Graphics::TBitmap *TheBitmap,*TempBitmap;
int w,h;
Byte *ptr1,*ptr2;
TempBitmap=new Graphics::TBitmap;
TheBitmap=Image1->Picture->Bitmap;
//TheBitmap->PixelFormat=pf4bit;
TempBitmap->Assign(TheBitmap);
w=TheBitmap->Width;
h=TheBitmap->Height;
for(int y=0;y
|
TheMoon
中階會員 發表:17 回覆:95 積分:67 註冊:2002-06-05 發送簡訊給我 |
引言:以下是我的code但是我翻轉後卻發現影像變灰階圖了 請各位大大幫我看一下是那裡錯了 Graphics::TBitmap *TheBitmap,*TempBitmap; int w,h; Byte *ptr1,*ptr2; TempBitmap=new Graphics::TBitmap; TheBitmap=Image1->Picture->Bitmap; //TheBitmap->PixelFormat=pf4bit; TempBitmap->Assign(TheBitmap); w=TheBitmap->Width; h=TheBitmap->Height; for(int y=0;y |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |