jerry-git / jerry-git/thug-memes
Add support for multiline texts
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 219
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.