Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiline texts #6

Open
jerry-git opened this issue Mar 24, 2018 · 0 comments
Open

Add support for multiline texts #6

jerry-git opened this issue Mar 24, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jerry-git
Copy link
Owner

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 jerry-git added the enhancement New feature or request label Mar 24, 2018
@jerry-git jerry-git added the good first issue Good for newcomers label Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant