![]() |
AW: Pixels und scanline
Delphi-Quellcode:
Und wenn das zu langsam ist, dann kann man mit ScanLine anfangen und damit "schneller" auf "alle" Pixel einer Zeile im Bild zugreifen.
var C: TColor; x, Y: Integer;
C := FarbCodeZuTColor(''); for X := 0 to Bild.Width-1 do for Y := 0 to Bild.Heigt-1 do if Bild.Canvas.Pixels[x, y] = C then Machwas; Diese Daten stehen dann da aber auch im Format von ![]() |
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:13 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz