Algorithms implemented for producing ESC\POS Single-Bit Rasters from Monochrome Bitmaps. Printing images by thermal printers made easy.
An easy-to-use software which can extract pixel data from 1-bpp Monochrome Bitmaps
and transform those extracted data into ESC\POS Single-Bit Rasters.
The single-bit raster image produced by SVM PE is generally row-ordered. That means, consecutive pixel data
inside the produced image are arranged in rows.
So to print this raster image by Thermal POS printers,
the most suitable ESC\POS command would be:
GS v 0 m xL xH yL yH d1…dk
where k = (xL + xH 256) (yL + yH * 256)
with the condition k > 0 must hold
This software is part of the development of the project
Android-Based Smart Voting System (SVS)