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

Printing large height #16

Open
phonsay opened this issue Jan 11, 2019 · 2 comments
Open

Printing large height #16

phonsay opened this issue Jan 11, 2019 · 2 comments

Comments

@phonsay
Copy link

phonsay commented Jan 11, 2019

How to modify height to large height image to print?

@jaydeep43
Copy link

Same issue With Myself..
Please Suggest how Can i Print Large Height Of Image.

@deepakyogi1995
Copy link

Hello @jaydeep43

You found any solution because i am facing same issue.

if i set height up to 255 in CreateBitmap method.
Bitmap bmpGrayscale = Bitmap.CreateBitmap(OriginalBitmap.Width, 257, Bitmap.Config.Argb8888);

then DecodeBitmap method return null

byte[] command = Utils.DecodeBitmap(bmpGrayscale);

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