Edit Image node updates

I’m currently using the Edit Image → Text operation in n8n (version 1.104.1) to insert multiline titles into images — often for social media content.

Right now, I have to manually calculate the X position of each text line to visually center the text horizontally. This becomes cumbersome especially when:

  • The number of lines varies
  • Word wrapping is unpredictable
  • True center alignment is desired (like text-align: center)

:pushpin: Feature Request:

Please consider adding these options to the Text operation in the Edit Image node:

  • alignment: left | center | right
  • text-wrap: true with maxWidth or maxCharsPerLine
  • Automatic line splitting based on width and font size
  • Vertical line spacing control (e.g., lineHeight)

:white_check_mark: This would make dynamic image generation much easier, without requiring complex loops or line-by-line positioning via expressions.