<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: pixelsearch и его альтернативы]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12970&amp;type=atom" />
	<updated>2017-09-04T17:56:41Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12970</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: pixelsearch и его альтернативы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119125#p119125" />
			<content type="html"><![CDATA[<p>Выглядит довольно быстро. Но как замерить точную скорость? Знаю, что через a_tickcount, но не знаю, как правильно считать...</p>]]></content>
			<author>
				<name><![CDATA[powercat]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37884</uri>
			</author>
			<updated>2017-09-04T17:56:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119125#p119125</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: pixelsearch и его альтернативы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119121#p119121" />
			<content type="html"><![CDATA[<p>Так <a href="https://autohotkey.com/boards/viewtopic.php?f=5&amp;t=23605&amp;p=111062&amp;hilit=pixelsearch#p111062">проверь</a>, как работает GDIp. И в скрипт еще можно дописать:<br /></p><div class="codebox"><pre><code>#UseHook
#NoEnv
#Persistent
#KeyHistory, 0
#HotKeyInterval 1
#MaxHotkeysPerInterval 127
#InstallKeybdHook
#SingleInstance, Force
SetKeyDelay,-1, 8
SetControlDelay, -1
SetWinDelay,-1
SendMode, InputThenPlay
SetBatchLines,-1
ListLines, Off
CoordMode, Pixel, Window
PID := DllCall(&quot;GetCurrentProcessId&quot;)
Process, Priority, %PID%, High</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-09-04T09:05:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119121#p119121</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: pixelsearch и его альтернативы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119120#p119120" />
			<content type="html"><![CDATA[<p>Может вам поможет вот это: <a href="https://autohotkey.com/boards/viewtopic.php?t=17834">https://autohotkey.com/boards/viewtopic.php?t=17834</a> <br />И вот еще файл:</p>]]></content>
			<author>
				<name><![CDATA[Raven]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30150</uri>
			</author>
			<updated>2017-09-04T06:12:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119120#p119120</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: pixelsearch и его альтернативы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119095#p119095" />
			<content type="html"><![CDATA[<p>Здравствуйте. Меня не устраивает скорость pixelsearch&#039;a&nbsp; в ahk. Поиск выполняется в квадрате примерно 300x300 с параметром fast, ищет быстро, но нужно еще быстрее, так же нужно чтобы присутствовал Variation для настройки оттенка. Слышал про GDIp, но не умею этим пользоваться и быстрее ли этот способ? Есть какие то альтернативы pixelsearch&#039;а с более высокой скоростью нахождения пикселей? Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[powercat]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37884</uri>
			</author>
			<updated>2017-09-01T23:16:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119095#p119095</id>
		</entry>
</feed>
