-
Notifications
You must be signed in to change notification settings - Fork 74
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 Images Estimation? #6
Comments
Hello @abdulla-khalil, I need this feature too actually, so I'll try to do my best to do it in the next few weeks ;) |
will be keeping an eye on it. many thanks. |
I'll keep you posted on the progress 👍 |
Hey @tr3v3r - is there anything I can do to help with this? |
@zchryst Hi! Sorry for that but I have a lot of activities now (( So instead of using binary data and external lib (esc-pos-encoder) we need to print using the printing methods provided by SDK itself (i.e. printText, align, printImage and etc.). Because, if add just print image method, it will be just possible to print an image at the beginning or at the end of the print layout. If you have capacity / possibilities to do it right now, I'd be really grateful. But anyway I definitely will do it in the near future ( I hope :) ) |
@tr3v3r Yeah - I've got a little bit of capacity at this stage so I will see what I can do. Just to make sure I'm clear on your vision, we simply export all the functions from the SDK, people can then use them as they need? Or are you thinking about a chaining mechanism similar to esc-pos-encoder? I imagine if we expose them initially, a second step could be some sort of chaining mechanism... |
@zchryst Yeap, I thought about the chaining mechanism. I thought to make something like:
then pass the returned array into the native side and process received data by invoking corresponding methods of the SDK. Looks a bit complex but it will allow us not to make a lot of calls through the Bridge
PROS: Easy to implement |
hello,
thanks for the hard work for this library.
Just wanted to ask if there is an estimation for the printing images feature? (hopefully iOS and Android)?
Does not have to be an accurate estimation.
regards
The text was updated successfully, but these errors were encountered: