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

Image size #49

Open MSistemas opened 2 years ago

MSistemas commented 2 years ago

Good afternoon, the nuget is excellent, it has worked. What if I have the concern or know if at some point they will update it to be able to send the size of the image to the printer. Since this is scaled to the size of the paper and it would be more optimal to be able to choose the size of it.

eduardovime1974 commented 11 months ago

Good afternoon, the nuget is excellent,The size of the image can be chosen in order to have full control of the image and whether it is centered or not.

andylim-mkj commented 11 months ago

how do you do that? can you please give sample code? thanks

saper-2 commented 5 months ago

For disabling auto-scale in Image routines lookup my code in my PR #70 .