-
Notifications
You must be signed in to change notification settings - Fork 171
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
Max Width and Height #5
Comments
hey sir do you found the answer? because i am stuck in this code for 1 week |
Hello, yes What I have to did was divide the image in two images of height no larguer than de allowed then iterate the print process by each part of the image. |
please can you share the code? i am very stuck |
Now I dont have the code, when I found it I will post it. |
hi , did any one solved this issue , as i am stuck into it too |
i found the answer wait i will check my project |
i found the answers wait i will check my project
Pada tanggal 23 Apr 2018 12.29 AM, "adelemam" <[email protected]>
menulis:
… hi , did any one solved this issue , as i am stuck into it too
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AhsGG_kVoX2vDghciUsTn1-lMCeqqSyzks5trL3ygaJpZM4Oqmbs>
.
|
You can try the code later:
|
Hi @chukimmuoi how can i define the right rows and cols? And what is unit of measure for that? Can you help me to describe it? Please help |
hi.. @chukimmuoi How Can we Define the Right Rows And Cols ? |
@jaydeep43 @BayuWijayaPermanaPutra Sorry, cols = 1 and row = bmpScale.height / 32 + 1. This is full code, no need to care typePrint:
|
Hello @imrankst1221 , how can I modify the max width and height for image printing, in Utils.decodeBitmap?
if (widthHexString.length() > 2) {
Log.e("decodeBitmap error", " width is too large");
return null;
if (heightHexString.length() > 2) {
Log.e("decodeBitmap error", " height is too large");
return null;
The text was updated successfully, but these errors were encountered: