ditupao / png2escpos

Quickly convert PNG files to ESC/POS format, for printing on Epson thermal point-of-sale printers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

png2escpos Build Status

Quickly convert PNG files to ESC/POS format, for printing on Epson thermal point-of-sale printers.

png2escpos conversion

Installation

make

Note that you'll need libpng installed.

Usage

png2escpos v0.2 - converts PNGs into Epson ESC/POS format.
Copyright (c) 2015 The Working Group, Inc., incorporating
modifications by Michael Billington

Usage: ./png2escpos <file.png>
Binary output in ESC/POS format will be written directly to stdout.

You can pipe this output directly into an Epson printer with:
    Linux:    ./png2escpos <file.png> > /dev/usb/lp0
    Mac OS X: ./png2escpos <file.png> | lpr -P NAME_OF_PRINTER

Similar projects

Alternative converters:

Libraries for generating more complex output:

Other:

Copyright

(C) 2015 The Working Group Inc., incorporating modifications by Michael Billington < michael.billington@gmail.com >

Using the MIT License as described in the LICENSE file.

About

Quickly convert PNG files to ESC/POS format, for printing on Epson thermal point-of-sale printers.

License:Other


Languages

Language:C 93.6%Language:Makefile 6.4%