KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
txtimg
★ 12
Open GitHub ↗
convert text to image
Download README (.md)
Explore Similar Repositories
cdp-roadmap
:
The public roadmap for CDP.
omdena-kenya-foodsecurity
:
Improving Food Security and Crop Yield in Kenya Through Machine Learning
vit-pytorch
:
No description available.
ruby-masscan
:
A Ruby interface to masscan, an Internet-scale port scanner.
BADUSB
:
Bad USB payload attack
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
txtimg
?
Download (.md)
# txtimg Util to covert text to PNG image. # install ``` go install github.com/epii1/txtimg ``` # usage ``` cat file.txt | txtimg -fontfile path/to/font/file > out.png ``` ``` Usage of ./txtimg: -chars int chars displayed per line (default 20) -dpi float screen resolution in Dots Per Inch (default 240) -fontfile string filename of the ttf font -height int image height in points (default 400) -hinting string none | full (default "none") -padding int text left and right padding (default 10) -size float font size in points (default 14) -spacing float line spacing (default 1) -whiteonblack white text on a black background -width int image width in points (default 940) ```