A simple app for converting text provided to image, it can be use for social media sharing or thumbnail for Video
example:
- go run main.go -text="Default text to print" -fontsize=25
- go run main.go -h (for show available flags)
- Convert text to image
- Add command line parser
- Add option to change background color and size
- Add option to change font color, font size, and font type
- Add an image to image
- User can use this app via web server
Still under development, not at production-ready