Render an image a canvas
canvas_image(canvas, x, y, image, anchor, ...)a tic_ui 'canvas' element.
coorindates for image
as loaded by load_tkimage() or otherwise manually created
with tcltk
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
Other canvas:
canvas_arc(),
canvas_clear(),
canvas_line(),
canvas_oval(),
canvas_plot(),
canvas_polygon(),
canvas_rect(),
canvas_save(),
canvas_text(),
tic_canvas()