Render an image a canvas

canvas_image(canvas, x, y, image, anchor, ...)

Arguments

canvas

a tic_ui 'canvas' element.

x, y

coorindates for image

image

as loaded by load_tkimage() or otherwise manually created with tcltk

anchor

anchor point within image for positioning. default: center Possible values: n, s, e, w, ne, nw, se, sw, center

...

other line creation options. See https://www.tcl.tk/man/tcl8.6/TkCmd/canvas.html#M26