# Overlays

Overlays let you display PNG images on top of the **Source Signal** viewer — useful for safe-area guides, framing references, branding, or composition grids.

<figure><img src="/files/juLTMmaMHFirob8UYv2z" alt=""><figcaption><p>Overlays window</p></figcaption></figure>

## Opening the Overlays Window

Open the window from the menu:

**Options > Overlays**

## Loading an Overlay

1. Click **Load Overlay…** in the Overlays window
2. Select a **PNG** file (alpha transparency is supported)
3. The overlay appears in the list and is displayed on top of the Source Signal viewer

You can load multiple overlays and switch between them.

## Removing an Overlay

Select an overlay in the list and click **Remove selected overlay**.

## Selecting an Overlay in Source Signal Settings

You can also select which overlay to display directly from the **Source Signal** scope settings, without opening the Overlays window.

<figure><img src="/files/pWnfsLcPrWuD5XgsG8t5" alt=""><figcaption><p>Overlay selection in the Source Signal scope settings</p></figcaption></figure>

## Built-in Overlays

The Source Signal scope also includes built-in overlay options accessible from the scope's context menu:

* **Title safe** — broadcast-standard safe area guides
* **Thirds** — rule-of-thirds grid
* **Crosshair** — centre crosshair

## Tips

* Use **transparent PNGs** — the alpha channel controls which parts of the overlay are visible
* Design overlays at the same resolution as your source for pixel-perfect alignment
* Overlays are saved in your layout, so they persist across sessions
* Useful for letterbox guides, watermark placement, and aspect ratio markers

## Related

* [Source Signal](/nobe-omniscope/scopes/source-signal.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.timeinpixels.com/nobe-omniscope/features/overlays.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
