A C++ implementation of esmbot's commands on the cli
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.
- Download the binary or compile the code. If you wish to compile, make sure you have
libgraphicsmagick++1-dev
installed amd make sure you runc++ `Magick++-config --cxxflags --cppflags` -O2 -o caption caption.cpp `Magick++-config --ldflags --libs`
for it not to error. - Make sure you have ImageMagick installed on your computer. Make sure your version has
pangocairo
as a delegate (runningidentify --version
will tell you), if it doesn't you will have to compile ImageMagick from source. - 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