Ejemplo n.º 1
0
def test_img(image_path):
    cvs = Module.image_canvas_from_path(image_path)

    matrix = EzMatrix()

    while True:
        matrix.draw_canvas(cvs)