Arsip: Mencerahkan Image

more 14 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
AI Forward

🚀 We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now:
https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 4 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 12 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 12 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 12 years ago
Random Topic
- mAsALah kCiL mU dTanYaiN LgI ? pLiz BanTu
by jajang in Hal umum tentang Pascal Indonesia more 16 years ago - Minta Tolong Dong
by er93k in Hal umum tentang Pascal Indonesia more 17 years ago - Delphi for PHP
by Kecret in OOT more 18 years ago - access: Lock by another user?
by esti_g in Lain-lain more 17 years ago - turn on monitor?
by anosolano in Hal umum tentang Pascal Indonesia more 17 years ago - barcode reader
by anaconda in Hal umum tentang Pascal Indonesia more 17 years ago - [ASK] How to get Special folder
by awawa in Tip n Trik Pemrograman more 16 years ago - Task Manager
by saysansay in Tip n Trik Pemrograman more 19 years ago - urang bandung urang kumpul Kopi Darat v2 (Bandung version)
by elva_ivana in Hal umum tentang Pascal Indonesia more 15 years ago - konversi lingkaran ke huruf
by dragon26ball1977 in Tip n Trik Pemrograman more 17 years ago