mtmsuhail / ESC-POS-USB-NET

This project is a simple .NET (C#) Implementation of the Epson ESC/POS Printing using USB Device Driver.
MIT License
202 stars 86 forks source link

HELP! How to resize the image and aligned to center? #63

Closed andylim-mkj closed 11 months ago

andylim-mkj commented 11 months ago

Hi, can you pls advise how to resize the printed image to certain sizes (e.g: 48x48)? The printed image is always bigger than expexted, even though i explicitly set it to, e.g, 48pxx48px. Also, seems like the alignment not working correctly for image. It's always left-aligned. At least, enable center-aligned always would be enough. Please help! Thank you