<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: поиск на экране определённой картинки с последующим нажатием]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10359&amp;type=atom" />
	<updated>2015-01-23T18:47:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10359</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: поиск на экране определённой картинки с последующим нажатием]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90913#p90913" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>emmetoya пишет:</cite><blockquote><p>если вообще не удастся допилить с помощью встроенных команд</p></blockquote></div><p> не вижу ни чего сложно, только что написал тестовую версию - всё работает на 100%</p>]]></content>
			<author>
				<name><![CDATA[Indomito]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27285</uri>
			</author>
			<updated>2015-01-23T18:47:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90913#p90913</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: поиск на экране определённой картинки с последующим нажатием]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90911#p90911" />
			<content type="html"><![CDATA[<p>В качестве небольшого нотабене: если вообще не удастся допилить с помощью встроенных команд, есть бесплатная софтина с огромным функционалом анализа/правки изображений через командную строку - ImageMagick. Может ее как-то прикрутить для этой цели.</p>]]></content>
			<author>
				<name><![CDATA[emmetoya]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32585</uri>
			</author>
			<updated>2015-01-23T18:32:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90911#p90911</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: поиск на экране определённой картинки с последующим нажатием]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90895#p90895" />
			<content type="html"><![CDATA[<p>А в чём собственно проблема то?<br />Команда <strong><span style="color: #3366ff">ImageSearch</span></strong>,&nbsp; аналогична <strong><span style="color: #3366ff">PixelSearch</span>, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ColorID [, Variation, Fast|RGB]</strong></p><div class="quotebox"><blockquote><p><strong><span style="color: #3366ff">ImageSearch</span>, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ImageFile</strong><br />&nbsp; <span class="bbu"><strong>Parameters</strong></span></p><p>&nbsp; &nbsp; <strong>OutputVarX/Y</strong><br />		The names of the variables in which to store the X and Y coordinates of the upper-left pixel of where the image was found on the screen (if no match is found, the variables are made blank). Coordinates are relative to the active window unless <a href="http://mk:@MSITStore:C:\Program%20Files\AutoHotkey\AutoHotkey.chm::/docs/commands/CoordMode.htm">CoordMode</a> was used to change that.<br />		Either or both of these parameters may be left blank, in which case ErrorLevel (see below) can be used to determine whether a match was found.</p><p>&nbsp; &nbsp; <strong>X1,Y1</strong><br />		The X and Y coordinates of the upper left corner of the rectangle to search, which can be <a href="http://mk:@MSITStore:C:\Program%20Files\AutoHotkey\AutoHotkey.chm::/docs/Variables.htm#Expressions">expressions</a>. <strong>Coordinates are relative to the active window unless <a href="http://mk:@MSITStore:C:\Program%20Files\AutoHotkey\AutoHotkey.chm::/docs/commands/CoordMode.htm">CoordMode</a> was used to change that.</strong></p><p>&nbsp; &nbsp; <strong>X2,Y2</strong><br />		The X and Y coordinates of the lower right corner of the rectangle to search, which can be <a href="http://mk:@MSITStore:C:\Program%20Files\AutoHotkey\AutoHotkey.chm::/docs/Variables.htm#Expressions">expressions</a>. Coordinates are relative to the active window unless <a href="http://mk:@MSITStore:C:\Program%20Files\AutoHotkey\AutoHotkey.chm::/docs/commands/CoordMode.htm">CoordMode</a> was used to change that.</p>	<br /><p>&nbsp; &nbsp; <strong>ImageFile</strong><br />		The file name of an image, which is assumed to be in <a href="http://mk:@MSITStore:C:\Program%20Files\AutoHotkey\AutoHotkey.chm::/docs/Variables.htm#WorkingDir">%A_WorkingDir%</a> if an absolute path isn&#039;t specified. All operating systems support GIF, JPG, BMP, ICO, CUR, and ANI images (BMP images must be 16-bit or higher). Other sources of icons include the following types of files: EXE, DLL, CPL, SCR, and other types that contain icon resources. On Windows XP or later, additional image formats such as PNG, TIF, Exif, WMF, and EMF are supported. Operating systems older than XP can be given support by copying Microsoft&#039;s free GDI+ DLL into the AutoHotkey.exe folder (but in the case of a <a href="http://mk:@MSITStore:C:\Program%20Files\AutoHotkey\AutoHotkey.chm::/docs/Scripts.htm#ahk2exe">compiled script</a>, copy the DLL into the script&#039;s folder). To download the DLL, search for the following phrase at <a href="http://www.microsoft.com/">www.microsoft.com</a>: gdi redistributable</p></blockquote></div><p>Я ей раньше не пользовался, но попросили написать поиск мигающей кнопки.... допишу дам скрипт, правда он с наворотами, но так человек попросил <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Indomito]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27285</uri>
			</author>
			<updated>2015-01-23T09:30:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90895#p90895</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: поиск на экране определённой картинки с последующим нажатием]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90875#p90875" />
			<content type="html"><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?pid=67112#p67112">Перевод</a> поможет?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-01-22T15:01:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90875#p90875</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: поиск на экране определённой картинки с последующим нажатием]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=90872#p90872" />
			<content type="html"><![CDATA[<p>Срочно понадобилось нажимать на кнопку, которая всегда появляется в разных местах, нашёл нужную команду ImageSearch но не могу допилить ввиду отсутствия примеров, прошу помощи профессионалов!</p>]]></content>
			<author>
				<name><![CDATA[veeh]]></name>
			</author>
			<updated>2015-01-22T14:30:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=90872#p90872</id>
		</entry>
</feed>
