第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

然后我嘗試打印圖片 Y,但它再次打印圖片 X,然后打印 Y。

然后我嘗試打印圖片 Y,但它再次打印圖片 X,然后打印 Y。

慕俠2389804 2023-07-18 14:58:44
每次我調(diào)用 Convert() 或 send() 函數(shù)時(shí),Python 代碼都會(huì)維護(hù)我在列表中打印的徽章。因此,每次我嘗試打印新徽章時(shí),它都會(huì)首先打印所有舊徽章。在我執(zhí)行 Convert() 和 send() 命令進(jìn)行打印后,任何人都可以看到如何從列表中刪除徽章圖像嗎?這是代碼:import pygameimport timefrom PIL import Imagefrom brother_ql.conversion import convertfrom brother_ql.backends.helpers import sendfrom brother_ql.raster import BrotherQLRasterfrom brother_ql.backends import backend_factory, guess_backend######################################################################################################## Test QR-800 Printer###################################################################################################### Here I just get two images each of size 1044x696image1 = Image.open('RedBlack1_1044x696.png')image2 = Image.open('RedBlack2_1044x696.png')backend = 'linux_kernel'? ? # 'pyusb', 'linux_kernel', 'network'model = 'QL-800' # your printer model.printer = '/dev/usb/lp0'? ??qlr = BrotherQLRaster(model)qlr.exception_on_warning = Truebadge = convert(? ? qlr=qlr,?? ? images=[image1],? ? #? Takes a list of file names or PIL objects.? ? label='62red',?? ? rotate='90',? ? # 'Auto', '0', '90', '270'? ? threshold=70.0,? ? # Black and white threshold in percent.? ? dither=False,?? ? compress=False,?? ? red=True,? ? # Only True if using Red/Black 62 mm label tape.? ? dpi_600=False,?? ? lq=False,? ? # True for low quality.? ? no_cut=False)
查看完整描述

1 回答

?
躍然一笑

TA貢獻(xiàn)1826條經(jīng)驗(yàn) 獲得超6個(gè)贊

convert 將當(dāng)前圖像的光柵化指令添加到發(fā)送到打印機(jī)的數(shù)據(jù)中。可能,您需要在第二個(gè)之前重置要發(fā)送的數(shù)據(jù)send()

一種方法是qlr = BrotherQLRaster(model)在第二個(gè)之前使用convert(),但我無法測(cè)試這一點(diǎn)來確定,因?yàn)槲覜]有兄弟打印機(jī)。


查看完整回答
反對(duì) 回復(fù) 2023-07-18
  • 1 回答
  • 0 關(guān)注
  • 113 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)