Skip to content

msglm/funposting-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funposting-cli

A C++ implementation of esmbot's commands on the cli

How do I use this program?

There are releases on the side that have the compiled binaries for each program. This program (As of currently) only has the caption command ported, but more are on the horizion.

to use the tool, run caption input "text" output. File extentions are required.

Install

  1. Download the binary or compile the code. If you wish to compile, make sure you have libgraphicsmagick++1-dev installed amd make sure you run c++ `Magick++-config --cxxflags --cppflags` -O2 -o caption caption.cpp `Magick++-config --ldflags --libs` for it not to error.
  2. Make sure you have ImageMagick installed on your computer. Make sure your version has pangocairo as a delegate (running identify --version will tell you), if it doesn't you will have to compile ImageMagick from source.
  3. Once this is complete, you will be free to use the program how you wish. To run it anywhere, put it in a folder in your $PATH

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages