Treeki / libxbr-standalone

Library implementing the xBR pixel art scaling algorithm
107 stars 21 forks source link

xBR Command Line Tool #1

Open Miserlou opened 8 years ago

Miserlou commented 8 years ago

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

neevek commented 7 years ago
brew install libpng
gcc -lpng -o xbr *.c
sudo mv xbr /usr/bin/

And you have your tool.

MrDemocracy commented 6 years ago

@neevek You probably have to do mv xbr /usr/local/bin/, since the /usr/bin/ directory only can be modified by system.