<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Imagesearch и base64]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11247</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11247&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Imagesearch и base64».]]></description>
		<lastBuildDate>Tue, 17 May 2016 14:19:25 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Imagesearch и base64]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=103880#p103880</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, никакого. Зато вопрос имеет отношение к <strong>ImageSearch </strong>и по сложности не ожидает за собой долгих дискуссий. В связи с этим, не хотел создавать новую тему, но <a href="http://forum.script-coding.com/viewtopic.php?id=11599">теперь создал</a>.</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Tue, 17 May 2016 14:19:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=103880#p103880</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Imagesearch и base64]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=103877#p103877</link>
			<description><![CDATA[<p><strong>becauseim</strong>, какое отношение вопрос имеет к base64?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Tue, 17 May 2016 14:10:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=103877#p103877</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Imagesearch и base64]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=103876#p103876</link>
			<description><![CDATA[<div class="codebox"><pre><code>1::
ImageSearch, pic1X, pic1Y, 0, 0, A_ScreenWidth, A_ScreenHeight, %A_ScriptDir%\pic1.png
	If ErrorLevel = 0
	MouseClick, Left, %pic1X%, %pic1Y%
ImageSearch, pic2X, pic2Y, 0, 0, A_ScreenWidth, A_ScreenHeight, %A_ScriptDir%\pic2.png
	If ErrorLevel = 0	
	MouseClick, Left, %pic2X%, %pic2Y%
return
</code></pre></div><p>Сценарий совершает клик по первым найденным элементам, соответсвующим заданным критериям, если они найдены.<br />Как реализовать нажатие <strong>по всем</strong> элементам на экране, соответсвующим заданным критериям? Т.е. у каждого заданного элемента на экране может быть несколько копий, по всем из них необходимо совершить клик.</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Tue, 17 May 2016 14:06:12 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=103876#p103876</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Imagesearch и base64]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100560#p100560</link>
			<description><![CDATA[<p>Можно. Только надо найти архив файлов, либо поспрашивать об авторе на оф. форуме.<br /><a href="https://autohotkey.com/board/topic/54654-imagesearch-without-external-images/">https://autohotkey.com/board/topic/5465 … al-images/</a><br />Вот нашел вроде:<br /><a href="https://autohotkey.com/board/topic/47757-awesome-new-pixelsearch-and-imagesearch-omg/#entry339131">https://autohotkey.com/board/topic/4775 … ntry339131</a></p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Wed, 20 Jan 2016 21:42:39 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100560#p100560</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Imagesearch и base64]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100551#p100551</link>
			<description><![CDATA[<p><strong>bubaaa</strong>, тегом code оформляется только код, исправьте. </p><div class="quotebox"><cite>bubaaa пишет:</cite><blockquote><p>Тогда каким образом можно реализовать поиск&nbsp; картинки в base64?</p></blockquote></div><p>Никаким, только сначала восстановив из кода файл.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 20 Jan 2016 12:55:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100551#p100551</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Imagesearch и base64]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100548#p100548</link>
			<description><![CDATA[<p>Нашел ответ тут <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p><p>The file name of an image, which is assumed to be in %A_WorkingDir% 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 compiled script, copy the DLL into the script&#039;s folder). To download the DLL, search for the following phrase at www.microsoft.com: gdi redistributable</p><p>Тогда каким образом можно реализовать поиск&nbsp; картинки в base64?</p>]]></description>
			<author><![CDATA[null@example.com (bubaaa)]]></author>
			<pubDate>Wed, 20 Jan 2016 11:20:24 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100548#p100548</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Imagesearch и base64]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100547#p100547</link>
			<description><![CDATA[<p>Добрый день.<br />Подскажите возможно ли в&nbsp; - ImageSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ImageFile<br />вставить переменную - Вместо Imagefile - %myicon%</p><p>и получилось что то в роде вот этого</p><div class="codebox"><pre><code>
ImageSearch, outputx, outputy, 1, 1, 1920, 1080, %myIcon%

myicon =
(
iVBORw0KGgoAAAANSUhEUgAAAB0AAAAbCAYAAACAyoQSAAAAAXNSR0IArs4c6QAA
AARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADASURBVEhL7dRR
DoIwEIRhj8AJxBe5hVxAvRB6d2QooyuZNi1pxQQ2+RNe2C/tQw+n+7Mfuy3t8d0V
dcG2hsplsW0bRRpEO5qQw6rm4jq7FMayopyi6Pt0U5ziKCcNFctC2ZP9FOUsRmux
eB4W2jje7xiUKRBFQTnQqmmnIk+XC+XEQpwk1OKrofZ6gw3IPIUxiSJ71f7cE/h5
5JnGmBdFGrIpEGmM/R+KNMYUiDTG1kGPw88Ks3nBkmg9ArnQrn8BUbAquT2faKYA
AAAASUVORK5CYII=
)
</code></pre></div><p>Или необходимо декодировать картинку обратно?</p>]]></description>
			<author><![CDATA[null@example.com (bubaaa)]]></author>
			<pubDate>Wed, 20 Jan 2016 10:52:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100547#p100547</guid>
		</item>
	</channel>
</rss>
