Results 1 to 3 of 3

Thread: Help me with bitmaps

  1. #1
    Join Date
    Dec 2006
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Help me with bitmaps

    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 ?

  2. #2
    Join Date
    Aug 2006
    Location
    London
    Posts
    2,021
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    well find deformed bitmaps are quite complicated procedures, i never really use them,
    try using FindBitmap( or FindBitmapIn(
    Join the Official SRL IRC channel. Learn how to Here.

  3. #3
    Join Date
    Dec 2006
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK tnx but some1 else can help me with this1?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Bitmaps
    By HairyDuncan2 in forum OSR Help
    Replies: 2
    Last Post: 09-03-2007, 12:14 AM
  2. Need help with bitmaps!!!!!!
    By diamondhero5 in forum OSR Help
    Replies: 4
    Last Post: 02-19-2007, 02:49 PM
  3. Bitmaps
    By XxKanexX in forum Outdated Tutorials
    Replies: 12
    Last Post: 04-17-2006, 06:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •