Just In Mac Pro · 2026 documentation

Overlays - Images v.2026.x

Code Example (Image Data Field Type):

{
  "components": [
    {
      "insets": {
        "bottom": 0,
        "top": 0,
        "left": 0,
        "right": 0
      },
      "w": 250,
      "h": 250,
      "x": 100,
      "y": 50,
      "draws-background": false,
      "url": "file:///Users/administrator/Documents/Overlays_Samples/Image/toaicon250px.png",
      "hidden-when-empty": false,
      "background-colour": {
        "r": 0,
        "b": 0,
        "g": 0,
        "a": 0
      },
      "type": "image",
      "alpha": 1,
      "layer": 0,
      "hidden": false
    }
  ],
  "async-data-updates": false
}

Result

image.png

Download

The example JSON code can be downloaded here.

Overlays - Images v.2026.x interface screenshot