-
Notifications
You must be signed in to change notification settings - Fork 22
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 #1
Comments
Currently it's not possible to print images. I will add this functionality in the near future. |
Any progress on this? I'd love to be able to use this as well. |
@bennettstone some progress, but I don't have a lot of time to work on it. |
@RamyTalal first love this library. any update on image processing?? |
@KitKanWong Thanks! No update yet, I've been to busy to work on this library. |
Update Readme with addition of new model
@RamyTalal excellent library, thanks! Are you still working on the image feature? |
@ubay25 Not at the moment, I haven't had time to work on it. About the background, I have no idea. |
I've been playing around with a very basic barcode command. $printer->addCommand(new Command\Text("Model Name"));
$printer->addCommand(new Command\LineFeed());
$printer->addCommand(new Command\Barcode('12345')); Which produces this when printed, I've only tested code39 barcodes so far, but I'd like to eventually be able to print QR codes. |
@ntaylor-86 thanks for this looks really good! Do you have the barcode command file? |
@ubay25 I have made a barcode-test branch on my fork on this package, with the Barcode command added. |
@ntaylor-86 Nice! |
@ntaylor-86 This is amazing, thanks! I can't wait to try it out :) |
@ntaylor-86 can you please let me know where to find the source for the QRcode command? |
@ubay25, commit added: QrCode command added I'm struggling with changing the size of the QR Code printed? |
Hi everyone, thank you to all for the help with this awesome library!! It's possible print images with the ESC/P commands? I would like print images with this library! |
The last time I checked, ESC/P was very limited. I'm not sure if that's still the case. |
how to print text with images (eg barcode)?
The text was updated successfully, but these errors were encountered: