darklordreturns 0 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? Share this post Link to post Share on other sites
martin 85 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. Share this post Link to post Share on other sites
l3ill 70 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...SnippetBrowserNewSciTEPathFinderText File ManipulationFTP Connection Tester / INI File - Read, Write, Save & Load Example Share this post Link to post Share on other sites
Malkey 231 Posted May 16, 2010 To get a screen shot in black and white, see the script here. Share this post Link to post Share on other sites
darklordreturns 0 Posted May 16, 2010 Thank you guys Share this post Link to post Share on other sites