xtQRdecoder — image / imageData probe

Confirms whether headless xTalk server can decode an image and expose pixels (spec §7).

StepResultDetail
decode embedded test PNG (base64)OK75 bytes (expected 75)
create invisible imageOKimage control created
put PNG bytes into imageOKno error thrown
formattedWidth x formattedHeightOK2 x 2 (expected 2 x 2)
imageData lengthOK16 bytes (expected 16 = 2*2*4)
bytes per pixelOK4
pixel (0,0) expected REDOK255,255,0,0
pixel (1,0) expected GREENOK255,0,255,0
pixel (0,1) expected BLUEOK255,0,0,255
pixel (1,1) expected WHITEOK255,255,255,255
channel byte order (§7.2 = 0,R,G,B)OK0,R,G,B confirmed
luminance §7.3 of RED pixelOK63 (=R since r<>g)
luminance §7.3 of WHITE pixelOK255 (=255)

engine 9.6.11 · platform Linux · qr_imageprobe.lc