Remaku

Image Recognition

How Remaku finds images on screen to automate your workflows.

Remaku Image Recognition

Remaku watches your screen and looks for images you've captured, so your macros can react to what's happening on screen in real time.

How It Works

  1. Capture a template — Snapshot a small part of the screen (a button, icon, or UI element) to use as a reference image.
  2. Add an image step — Insert a step that waits for, reacts to, or clicks on that image.
  3. Run your macro — Remaku continuously scans the screen and acts when it finds a match.

Image Step Types

StepWhat it does
Wait ImagePause the macro until the image appears on screen.
If ImageCheck if an image is visible and branch accordingly.
If Any ImageScan for multiple images and take the first one that matches.
Hold Key Until GoneHold a key down while the image is visible, release when it disappears.
Click at Image CenterFind an image and click at its center.
Move to Image CenterMove the mouse to the center of a found image.

Adjusting Accuracy

Each image step has a similarity setting (0–100%). A higher value means Remaku requires a closer match before acting. The default of 85% works well for most cases. Lower it if your template changes slightly between runs, or raise it if you need a very precise match.

Gaming Mode

When Gaming Mode is on, Remaku automatically scales templates to match your current screen resolution. This is essential for games where resolutions change. Turn it off for desktop apps where the window size stays the same.

Color Matching

By default, Remaku matches templates in grayscale — fast and works well when shapes are distinct. Switch to color mode when color is the key difference between similar-looking elements.

Managing Templates

  • Capture a screen region with the fullscreen selector.
  • Pick an existing PNG from your files.
  • Preview templates in the properties panel.
  • Rename or delete templates anytime.
  • Templates are stored with your macro and included when you export.

On this page