Skip to content

shu-go/mojimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commandline text image file generator

Go Report Card MIT License

Usage

Preparation

Place a ttf font file

Rendering text and emoji

mojimg --font ./myfont.ttf --output output.png text1 text2 ::smile::

Pipelining

cat(or type) output.png | mojimg --font ./myfont.ttf --output output.png --pos cm center-middle-text

Help

mojimg help