diff --git a/docs/api-composite.md b/docs/api-composite.md index e8b96de1..3403646a 100644 --- a/docs/api-composite.md +++ b/docs/api-composite.md @@ -46,6 +46,7 @@ and https://www.cairographics.org/operators/ | [images[].input.text.dpi] | number | 72 | the resolution (size) at which to render the text. Does not take effect if `height` is specified. | | [images[].input.text.rgba] | boolean | false | set this to true to enable RGBA output. This is useful for colour emoji rendering, or support for Pango markup features like `Red!`. | | [images[].input.text.spacing] | number | 0 | text line height in points. Will use the font line height if none is specified. | +| [images[].autoOrient] | Boolean | false | set to true to use EXIF orientation data, if present, to orient the image. | | [images[].blend] | String | 'over' | how to blend this image with the image below. | | [images[].gravity] | String | 'centre' | gravity at which to place the overlay. | | [images[].top] | Number | | the pixel offset from the top edge. |