-
Notifications
You must be signed in to change notification settings - Fork 78
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
Index out of range when printing image #35
Comments
import Printer class ViewController: UIViewController {
} |
Try to create an image where width % 8 == 0. I think there's a bug related to rounding. |
Any solution on this, I'm also facing same problem |
Actually, the develop branch has a TODO that says "Make sure Image you want to print with esc/pos is square, like 32x32, 64x64, or 128x128. I have modified Printer project as well as Example in pull request. Hope it prints well." |
Image command has rewrite. |
how to fix it? Please give me response....
The text was updated successfully, but these errors were encountered: