liyufengrex / tsc_utils

标签打印机 *TSC* 数据转换工具,主要用于将 image 图像转换成标签打印机可识别的字节数组。
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

support multi column #1

Open selvam920 opened 1 year ago

selvam920 commented 1 year ago

can you support multi column label like 25*25mm 4Col

liyufengrex commented 1 year ago

这个库主要用于将图像数据 Uint8List 转 Tsc 数据,如果需要打印一张 25 25 尺寸的图片,只需要生成一张像素 200px 200px 的图片,然后转 Uint8List。

示例可参考 https://github.com/liyufengrex/flutter_printer_plus

This library is mainly used to convert the image data Uint8List to the Tsc data, if you need to print a 25 × 25 image, you just need to generate a 200 × 200px image and turn Uint8List.

The sample may refer to https://github.com/liyufengrex/flutter_printer_plus