from machinevisiontoolbox import Image
img = Image.Read("monalisa.png")
img.draw_line((20,30), (500,600), thickness=5, color="orange")
img.disp()