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
-
Standalone Executable (Win32)
Compiled using TDM-GCC 5.1 - Browse for Source Codes on GitHub
- Browse for Sample Bitmap Images on GitHub
- ESC\POS Specification @ Epson
- Page Description Language
- Microsoft Windows BITMAP File Format Summary
- Bitmap Header Structure @ MSDN Developer Resource
This software is part of the development of the project Android-Based Smart Voting System (SVS)
This software is licensed under GNU General Public License, Version 3.