<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=15719</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15719&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch».]]></description>
		<lastBuildDate>Wed, 14 Oct 2020 21:23:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142659#p142659</link>
			<description><![CDATA[<p>Теперь все ясно.</p>]]></description>
			<author><![CDATA[null@example.com (plank1433)]]></author>
			<pubDate>Wed, 14 Oct 2020 21:23:00 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142659#p142659</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142649#p142649</link>
			<description><![CDATA[<p>Да. И если эта картинка есть на экране, то скрипт ее должен найти.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Wed, 14 Oct 2020 07:19:49 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142649#p142649</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142648#p142648</link>
			<description><![CDATA[<p>Malcev, то есть надпись RTFM - это и есть пнг с альфаканалом.</p>]]></description>
			<author><![CDATA[null@example.com (plank1433)]]></author>
			<pubDate>Wed, 14 Oct 2020 03:26:29 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142648#p142648</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142647#p142647</link>
			<description><![CDATA[<p>Ну например файл может быть таким:<br /><span class="postimg"><img src="http://lurkmore.so/images/d/d8/Rtfm.jpg" alt="http://lurkmore.so/images/d/d8/Rtfm.jpg" /></span><br /><img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 13 Oct 2020 23:50:17 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142647#p142647</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142645#p142645</link>
			<description><![CDATA[<p>Ясно.<br />Видимо файлы - засекреченные, поэтому на примере продемонстрировать нельзя.</p>]]></description>
			<author><![CDATA[null@example.com (plank1433)]]></author>
			<pubDate>Tue, 13 Oct 2020 23:25:16 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142645#p142645</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142642#p142642</link>
			<description><![CDATA[<p>Все точно так же как и у imagesearch.<br />Прозрачность картинок которые ищем подхватывается автоматом.<br />Так же можно сделать прозрачным любой цвет указав его 2-ым параметром в createNeedle(&quot;needle.png&quot;, 0xffffff)<br />Скрипт делает копию экрана и ищет в нем совпадения.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 13 Oct 2020 17:47:46 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142642#p142642</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142641#p142641</link>
			<description><![CDATA[<div class="quotebox"><cite>Botsy пишет:</cite><blockquote><p>Ну можно было погуглить что такое png формат</p></blockquote></div><p>Да знаю я что такое png формат, и что такое альфа-канал.</p><p>Я не понимаю - каким образом альфа-канал - оказался на рабочем столе.<br />Ну допустим разместили картинку с прозрачным фоном, ладно.<br />Изображения рабочего стола, на котором ведется поиск фрагмента - это PrintScreen.<br />PrintScreen - никакого альфа-канала не передает.<br />Так где осуществляет поиск этот скрипт, и что он конкретно ищет и что означает - искать на экране фрагмент с прозрачным фоном ?</p><p>(Автору наверное это все понятно. Но я все эти вопросы задаю, потому что не были приложены файлы картинок - для проверки этого скрипта и непонятен просто принцип его работы.)</p>]]></description>
			<author><![CDATA[null@example.com (plank1433)]]></author>
			<pubDate>Tue, 13 Oct 2020 17:27:25 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142641#p142641</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142639#p142639</link>
			<description><![CDATA[<p><strong>plank1433</strong> функция ищет картинку на экране, аналог ImageSearch в AHK. <br />Ну можно было погуглить что такое png формат, чем он отличается от Jpeg, bmp и т.д. Можно было не гуглить, а в Paint попробовать сохранить картинку с альфа каналом в формате png и в других форматах и посмотреть на разницу.</p>]]></description>
			<author><![CDATA[null@example.com (Botsy)]]></author>
			<pubDate>Tue, 13 Oct 2020 17:04:10 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142639#p142639</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142637#p142637</link>
			<description><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Вы их должны создать сами.</p></blockquote></div><p>Ну хотя бы ради примера что ли.<br />Чтобы понять, что сами-то создавать.</p><p>Написано<br />2) ищет needle.png с прозрачным белым цветом и вариацией 10.<br />3) ищет все совпадения needle.bmp.</p><p>Совпадения needle.bmp еще можно понять.<br />Точное совпадение некоего фрагмента - на экране монитора.<br />Но что значит needle.png с прозрачным белым цветом и вариацией 10 - это совершенно непонятно.<br />Вариацией чего ?<br />Что значит прозрачным белым цветом ?<br />Что может означать прозрачный белый цвет - на экране ?</p>]]></description>
			<author><![CDATA[null@example.com (plank1433)]]></author>
			<pubDate>Tue, 13 Oct 2020 16:49:26 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142637#p142637</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142636#p142636</link>
			<description><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Надо бы посмотреть какой алгоритм у автохотки.</p></blockquote></div><p>Вроде такой же примерно.<br /><a href="https://github.com/Lexikos/AutoHotkey_L/blob/master/source/script2.cpp#L4889">https://github.com/Lexikos/AutoHotkey_L … .cpp#L4889</a></p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 13 Oct 2020 11:42:32 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142636#p142636</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142635#p142635</link>
			<description><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Вроде через эту утилиту можно:</p></blockquote></div><p>Круто, не знал что это может быть довольно просто.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Tue, 13 Oct 2020 11:20:38 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142635#p142635</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142634#p142634</link>
			<description><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>Тогда получается что в VS можно кусок кода Си превратить в машинный код?</p></blockquote></div><p>Вроде через эту утилиту можно:<br /><a href="https://www.autohotkey.com/boards/viewtopic.php?f=6&amp;t=4642">https://www.autohotkey.com/boards/viewt … amp;t=4642</a><br /></p><div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>Мало что там понял, сравнивать не по одному пикселю, а по несколько за раз?</p></blockquote></div><p>Я, если честно, не разбирался.<br />Надо бы посмотреть какой алгоритм у автохотки.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 13 Oct 2020 10:59:43 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142634#p142634</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142633#p142633</link>
			<description><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>В Gdip_FastImageSearch разве не ассемблерная вставка?</p></blockquote></div><p>Нет.</p></blockquote></div><p>Я думал что такие вставки делают только на ассемблере. Я же правильно понимаю что эти данные могут состоять только из машинного кода? Тогда получается что в VS можно кусок кода Си превратить в машинный код?<br /></p><div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Есть различные алгоритмы.<br />Например Рабина — Карпа.</p></blockquote></div><p>Мало что там понял, сравнивать не по одному пикселю, а по несколько за раз?</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Tue, 13 Oct 2020 07:38:17 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142633#p142633</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142630#p142630</link>
			<description><![CDATA[<p>Вы их должны создать сами.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Tue, 13 Oct 2020 05:09:17 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142630#p142630</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: поиск картинки с IDXGIOutputDuplication + Gdip_FastImageSearch]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=142629#p142629</link>
			<description><![CDATA[<p>Malcev,&nbsp; приложите файлы needle.bmp&nbsp; и&nbsp; needle.png<br />А то не понятно как тестировать.</p>]]></description>
			<author><![CDATA[null@example.com (plank1433)]]></author>
			<pubDate>Tue, 13 Oct 2020 04:54:15 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=142629#p142629</guid>
		</item>
	</channel>
</rss>
