Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Print Image? #5

Open
Biangkerok32 opened this issue Nov 19, 2019 · 2 comments
Open

How to Print Image? #5

Biangkerok32 opened this issue Nov 19, 2019 · 2 comments

Comments

@Biangkerok32
Copy link

I have try like this :
mPrinter.printImage(bitmap);

but not work? 😢

@pcandido
Copy link

There is a limit on the size o the image. If I'm not wrong, it is 2040x255

@rikithakkar1012
Copy link

rikithakkar1012 commented Dec 29, 2020

I divide bitmap into chunks of 255 pixels and then print. Some printers like Rongta put white space between each chunk(Specifically Bluetooth printer).

Is there a way where I don't need to divide and still print the long receipt(image)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants