You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-composite.md
+1
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ and https://www.cairographics.org/operators/
46
46
|[images[].input.text.dpi]| <code>number</code> | <code>72</code> | the resolution (size) at which to render the text. Does not take effect if `height` is specified. |
47
47
|[images[].input.text.rgba]| <code>boolean</code> | <code>false</code> | set this to true to enable RGBA output. This is useful for colour emoji rendering, or support for Pango markup features like `<span foreground="red">Red!</span>`. |
48
48
|[images[].input.text.spacing]| <code>number</code> | <code>0</code> | text line height in points. Will use the font line height if none is specified. |
49
+
|[images[].autoOrient]| <code>Boolean</code> | <code>false</code> | set to true to use EXIF orientation data, if present, to orient the image. |
49
50
|[images[].blend]| <code>String</code> | <code>'over'</code> | how to blend this image with the image below. |
50
51
|[images[].gravity]| <code>String</code> | <code>'centre'</code> | gravity at which to place the overlay. |
51
52
|[images[].top]| <code>Number</code> || the pixel offset from the top edge. |
0 commit comments