Arsip: Mencerahkan Image

more 12 years ago
supermuam
para master delphi saya nemu script ini di about.com
tapi ada yg eror tolong kasih petunjuknya, terimakasih
procedure TForm1.ScrollBar1Change(Sender: TObject);
var
p0: byte array; // lokasi eror saya bingung maksudnya
r,g,b,x,y,Amount: Integer;
bw:tbitmap;
begin
bw:=TBitmap.Create;
bw.LoadFromFile('c:\1.bmp');
Amount:=ScrollBar1.Position2;
for y:=0 to image1.Height-1 do begin
p0:=bw.ScanLine[y];
for x:=0 to image1.Width-1 do
begin
r:=p0[x 3];
g:=p0[x3+1];
b:=p0[x 3+2];
p0[x3]:=IntToByte(r+((255-r) Amount)div 255);
p0[x3+1]:=IntToByte(g+((255-g) Amount)div 255);
p0[x3+2]:=IntToByte(b+((255-b) Amount)div 255);
end;
end;
Image1.Picture.Bitmap:=bw;
end;
more ...
- Pages:
- 1
reply |
Report Obsolete
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 2 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 2 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 3 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 3 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 3 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 3 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 3 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 11 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 11 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 11 years ago
Random Topic
- help : Modulus 11
by agoes in Tip n Trik Pemrograman more 14 years ago - ask QReport
by don2103 in MsSQL more 13 years ago - Membandingkan 2 table
by Alfando in Tip n Trik Pemrograman more 15 years ago - Tabrakan di TADOConnection
by Akuna-Matata in Network, Files, I/O & System more 16 years ago - Disable Ctrl + Alt + Delete dan Alt + TAB di Win XP,2000
by IdrisZZ in Hal umum tentang Pascal Indonesia more 15 years ago - nokia yg support buat sms gateway
by agso in Hal umum tentang Pascal Indonesia more 15 years ago - Spasi kosong di record MsSQL...
by Random in MsSQL more 16 years ago - situs yang ada source code delphi tentang game sederhana
by gormet in Games more 16 years ago - Install Komponen?????????????????????
by n3o_cybertech in Hal umum tentang Pascal Indonesia more 16 years ago - shout box-nya bisa g sih ?
by EkoIndri in OOT more 16 years ago