libxbr-standalone
libxbr-standalone copied to clipboard
xBR Command Line Tool
Would be nice if there were a little tool that I could use xBR as a tool, not a library.
ex: $ brew install xbr $ xbr in.png out.png
brew install libpng
gcc -lpng -o xbr *.c
sudo mv xbr /usr/bin/
And you have your tool.
@neevek You probably have to do mv xbr /usr/local/bin/, since the /usr/bin/ directory only can be modified by system.