PDA

View Full Version : Help me with bitmaps



raimis89
12-11-2006, 04:00 PM
oki i gues u want to see the script
program New;
var x,y,south:integer;
acc: Extended;
begin
south:= BitmapFromString(3, 7, 'z78DA737271727572B130B130B33031' +
'00030B670B470B67032460EE64EE62EE6480012C4D2C8D2C6 1BA9' +
'04C201E000071941921');
wait (10000);
FindDeformedBitmapToleranceIn (south,x,y,931, 616,970, 633,20,1,acc);
if acc>0,5 then writeln ('found');

end.



Why dont it work ?

Yakman
12-11-2006, 04:14 PM
well find deformed bitmaps are quite complicated procedures, i never really use them,
try using FindBitmap( or FindBitmapIn(

raimis89
12-11-2006, 04:27 PM
OK tnx but some1 else can help me with this1?