kelputooxd

Results 5 comments of kelputooxd

Can you help me? I have an image in my desktyop called qrcode.bmp, so i can use that file to the function TestImage() right? I think it's not 384 pixels,...

Can i do something like that? Since i'ts a bmp file... ``` printer.WriteLine("Test image:"); Bitmap img = new Bitmap("../../../qrcode.bmp"); printer.LineFeed(); printer.PrintImage(img); printer.LineFeed(); printer.WriteLine("Image OK"); ```

Alright thank you! Just one more thing, my english is a bit bad and i dont know the meaning of "wide" can the image be 384x384 pixels?

Because, i tried to print the image that comes with the solutin the mono-logo and it just prints random characters.. What should i do?

Can you please help?