darklordreturns Posted May 15, 2010 Posted May 15, 2010 Hi, i am new to auto it. And learning through Help file. #Include <GDIPlus.au3> #Include <ScreenCapture.au3> ; Capture region _ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image1.jpg", 623, 534, 636, 547) This code i am using to capture an image in 14*14 pixel. Is that possible to capture specified region of screen in black&white?
martin Posted May 15, 2010 Posted May 15, 2010 Hi, i am new to auto it. And learning through Help file.#Include <GDIPlus.au3>#Include <ScreenCapture.au3>; Capture region_ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image1.jpg", 623, 534, 636, 547)This code i am using to capture an image in 14*14 pixel. Is that possible to capture specified region of screen in black&white?This thread might be of interest. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
l3ill Posted May 16, 2010 Posted May 16, 2010 Or if you just plain lazy ///and have Irfan View installed. Run(@ProgramFilesDir & "\IrfanView\i_view32.exe /capture=2 /gray") My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
Malkey Posted May 16, 2010 Posted May 16, 2010 To get a screen shot in black and white, see the script here.
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