> For the complete documentation index, see [llms.txt](https://mrwheel-docs.gitbook.io/yappgenerator_en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mrwheel-docs.gitbook.io/yappgenerator_en/images.md).

# Images

This is the API for labels:

```
  Default origin = yappCoordBox: box[0,0,0]

  Parameters:
   p(0) = posx
   p(1) = posy/z
   p(2) = rotation degrees CCW
   p(3) = depth : positive values go into case (Remove) negative values are raised (Add)
   p(4) = { yappLeft, yappRight, yappFront, yappBack, yappLid, yappBase } : plane
   p(5) = "image filename.svg"
  Optional:
   p(6) = Scale : Default = 1 : ratio to scale image by (making it larger or smaller)

```

Here is the code for the labels in the next images:

```
imagesPlane =
[
  [ 10, 10, 180, 0.5, yappLid, "logo.svg", 1.25 ]
];
```

<figure><img src="/files/YNDNQmzkxzQHmrUp6VbM" alt=""><figcaption><p>The RX/TX is a text label, and the other red stuff is an SVG logo.</p></figcaption></figure>
