Hi,
How to get B64 or Z64 and CRC with the SDK Zebra(android) to print with zpl with this command:
~DYE:IMAGE,P,P,46080,46080,:B64: .......
^XA
^FO0,608^IME:IMAGE.PNG^FS
^XZ
Thank you very much!!
B64 or Z64 with Zebra SDK ?? |
B64 or Z64 with Zebra SDK ??Hi, |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
1 Replies
Hi Daniel,
You wouldn't need to do any of the conversion yourself. Just use the printer.printImage() or printer.storeImage() API's. They take PNG, JPG, and BMP file formats.
Link-OS SDK - Zebra Technologies Techdocs - look at the GraphicsUtil class for some sample code.