Model - imageEntity producers
Every producer whose return is imageEntity[] — what it creates is concatenated into the entity stream. Authored as a step in an objects[] chain.
| Method | Description | Arg | Type | Default | Meaning |
|---|---|---|---|---|---|
imageEntity | Image — Places an attached bitmap (a url-method parameter, referenced by key, or a direct https:/data: URI) as a framed picture — the same 'image' annotation a sheet placement builds, composable here with curves/other annotations. | name | string | '' | A url-method parameter key (bare reference or quoted), or a direct https:/data: URI. |
at | point | [0, 0, 0] | Frame's local top-left corner. | ||
width | length | 80 | |||
height | length | 0 | 0 = width × 3/4 (the bitmap letterboxes inside the frame, never stretches). |