thug-memes icon indicating copy to clipboard operation
thug-memes copied to clipboard

Add support for multiline texts

Open jerry-git opened this issue 6 years ago • 0 comments

OpenCV putText does not seem to support newlines so this requires some logic to be implemented. Some things to think about:

  • a config var for max length per line?
  • how to do the actual splitting? I guess words should not be split and it's nice to show lines which have approximately the same length.

jerry-git avatar Mar 24 '18 15:03 jerry-git