AutoIt

Thumbnail of post image 184

OpenCV v4 UDF

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

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

Download and extract opencv-4

AutoIt,アクセシビリティ

Thumbnail of post image 029

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

AutoIt

Thumbnail of post image 043

イメージ機能

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

AutoIt

Thumbnail of post image 091

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

AutoIt

Thumbnail of post image 140
powershell

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

AutoIt,アクセシビリティ

Thumbnail of post image 106

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

bat,windows

Thumbnail of post image 133

terapad

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

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

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

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

AutoIt

Thumbnail of post image 172
スクリプト

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

パッチファイル

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

stable-diffusion

Thumbnail of post image 139

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

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

windows

Thumbnail of post image 179
バッチファイルを作ってみる

C:\Windows\System32\shutdown.exe/r/t 10

hoge.batで保存

バッチファイルのショートカットを作ってみる

デスクトップにショートカットを作りタス ...