Jump to content

How to do a bitmap comparison in AutoIt?


h711
 Share

Recommended Posts

Does autoit have a build-in function for bitmap comparison, or do I have to call an external program to perform the bitmap comparison?

Please give me a simple example, thanks!!

Search on forum about ImageMagick, is very easy to use. You'll be find more example.

When the words fail... music speaks.

Link to comment
Share on other sites

Thanks, I will look into it.

Just a quick question, does imagemagick need to be installed on OS where the script is excuted? I will compile my script to a standard alone exe file and send to users. So do I have to let them install imagemagick too?

Thanks!

Link to comment
Share on other sites

Thanks, I will look into it.

Just a quick question, does imagemagick need to be installed on OS where the script is excuted? I will compile my script to a standard alone exe file and send to users. So do I have to let them install imagemagick too?

Thanks!

This two links should help you:

Link1

Link2

When the words fail... music speaks.

Link to comment
Share on other sites

You have 3 options:

1) you can use the executables and add thode you use to your Script

2) use the object and provide a copy of the DLL and regsvr32 it :P

3) let the users download and install the complete package.

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...