AutoIt

Thumbnail of post image 182

OpenCV はスピードが速いです

導入方法簡単なスクリプト#include <Clipboard.au3>#include <EditConstants.au3>#include <MsgBoxC ...

AutoIt

Thumbnail of post image 088

OpenCV v4 UDF

下記サイトからダウンロードして解凍します

OpenCV 4.7.0 Windows版のダウンロードとインストール

Download and extract opencv-4

AutoIt,アクセシビリティ

Thumbnail of post image 133

スクリプト#include <ButtonConstants.au3>#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>AutoItS ...

AutoIt

Thumbnail of post image 102

イメージ機能

複数画像対応
画面から画像を登録
指定した画像が見つかるまで待機するしないの選択が可能
画像認識の前と後に処理を追加することが可能
画像認識した後にマウスカーソル移動もしくはクリック ...

AutoIt

Thumbnail of post image 197

スクリプト#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>#include "_ImageSearch_UDF.au3"Global Const ...

AutoIt

Thumbnail of post image 076
powershell

powershell -WindowStyle Hidden -Command “C:\autoit3\AutoIt3_x64.exe C:\autoit3\Examples\a_mousemove.a ...

AutoIt,アクセシビリティ

Thumbnail of post image 132

スクリプト#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>#include <Array.au3>Opt("GUIOnEventMo ...

bat,windows

Thumbnail of post image 183

terapad

ツール->ツールの設定->追加

実行するにはツールメニューから行います

バッチファイルのサンプル

if “%1” == “” (
set Wi ...

AutoIt

Thumbnail of post image 030
スクリプト

if $CmdLine = 0 Then
$x1 = 1
Else
$x1 = $CmdLine
EndIf

パッチファイル

C:\autoit3\AutoIt3_x64.exe C ...

stable-diffusion

Thumbnail of post image 115

ui-config.jsonを変更するsedスクリプト サンプル

!sed -i -e ‘s/\”img2img\/Input directory\/value\”: \”\” ...