h711 Posted October 27, 2008 Posted October 27, 2008 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!!
Andreik Posted October 27, 2008 Posted October 27, 2008 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.
h711 Posted October 27, 2008 Author Posted October 27, 2008 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!
Andreik Posted October 27, 2008 Posted October 27, 2008 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:Link1Link2
ProgAndy Posted October 27, 2008 Posted October 27, 2008 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 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now