先来看一下该方法的说明
create_image(position, **options) [#]
Draws an image on the canvas.
position
Image position, given as two coordinates.
**options
Image options.
activeimage=
anchor=
Where to place the image relative to the given position. Default is CENTER.
disabledimage=
image=
The image object. This s
1