When I want to print 4 PNG files (100x100) via Mik42/ESCPOS. It printed each PNG file on each line. Is there any method to print all four PNG files in one line?
$printer -> setJustification(Printer::JUSTIFY_LEFT);
$printer -> graphics($HC1,false);
$printer -> graphics($HC1,false);
$printer -> graphics($HC1,false);
$printer -> graphics($HC1,false);