Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
Re: RGB -> Bitmap
10. Aug 2006, 15:03
Hi,
Danke für den Ansatz ich glaube das wird mir helfen aber eine Zeile kann ich mir leider nicht übersetzen:
Delphi-Quellcode:
for (int j = 0; j < (4 - (i * 3) % 4); j++)
s.Write((byte)0);
und was ist h ?
Gruß
Neutral General
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|