<?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=11105&amp;type=atom" />
	<updated>2015-11-29T13:16:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11105</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск изображений]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99358#p99358" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>if (A_LoopFileExt and instr(&quot;jpg,bmp,jpeg&quot;,A_LoopFileExt))</code></pre></div><p>Может быть ошибка, так как форматов различных очень много.<br />Например определенные 2-ух буквенные расширения в данном коде попадут в картинки.<br />Я бы сделал точным перечислением.<br /></p><div class="codebox"><pre><code>if A_LoopFileExt in jpg,bmp,jpeg</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-11-29T13:16:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99358#p99358</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск изображений]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99355#p99355" />
			<content type="html"><![CDATA[<p><a href="http://www.script-coding.com/AutoHotkey/LoopFilesFolders.html">Loop (файлы и папки)</a>.<br /></p><div class="codebox"><pre><code>Gui, Add, Listview, w490 h380 cBlue Count100000 AltSubmit -Multi,count|ext|file
Gui, Show
f=0
start:=a_tickcount
Loop,d:\*.*,0,1
{
  if (A_LoopFileExt and instr(&quot;jpg,bmp,jpeg&quot;,A_LoopFileExt))
    LV_Add(,f:=f+1,A_LoopFileExt,A_LoopFileFullPath)
  if enough
    break
}
msgbox,% &quot;Done at &quot; (a_tickcount-start)//1000 &quot; seconds.&quot;
return

f1::
enough=1
tooltip
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-11-29T09:05:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99355#p99355</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск изображений]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99353#p99353" />
			<content type="html"><![CDATA[<p>Мне нужно именно средствами AHK, полный алгоритм таков, найдутся все изображения, добавятся в архив, отправятся на сервер. Поиск по одному формату я знаю как сделать, но поочерёдно каждый формат искать мне кажется будет очень долго.</p>]]></content>
			<author>
				<name><![CDATA[exobangs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32958</uri>
			</author>
			<updated>2015-11-29T06:31:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99353#p99353</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поиск изображений]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99352#p99352" />
			<content type="html"><![CDATA[<p><a href="https://naveensnayak.wordpress.com/2011/01/20/windows-7-find-all-pictures">https://naveensnayak.wordpress.com/2011 … l-pictures</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-11-29T05:40:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99352#p99352</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Поиск изображений]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99348#p99348" />
			<content type="html"><![CDATA[<p>Здравствуйте дорогие форумчани, появилась необходимость найти все изображения на пк, помогите как реализовать?</p>]]></content>
			<author>
				<name><![CDATA[exobangs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32958</uri>
			</author>
			<updated>2015-11-28T20:05:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99348#p99348</id>
		</entry>
</feed>
