From 5afbe3a1d0681543c55fdeb4679ca9b4435a1926 Mon Sep 17 00:00:00 2001 From: Don Denton Date: Sat, 13 Jul 2024 17:16:56 -0400 Subject: [PATCH] Docs update (fixup later) --- docs/api-composite.md | 1 + 1 file changed, 1 insertion(+) 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. |