#text插入图片
from tkinter import * master=Tk() text=Text(master,width=50,height=50)
text.pack() photo=PhotoImage(file='/Users/wangguangjie/Downloads/fishc.gif')
def show():
text.image_create(END,image=photo) b = Button(master,text='插入图片',command=show)
#INSERT索引表示插入光标当前的位置
text.window_create(INSERT,window=b) mainloop()
相关文章
- 10-18Python-高级:多任务-协程 案例:图片下载器
- 10-18案例:图片下载器
- 10-18OpenCV 2.2版本号以上显示图片到 MFC 的 Picture Control 控件中
- 10-18对话框上动态控件的创建、在Picture Control控件上显示图片
- 10-18pytorch与tensorflow网络输入图片通道在前在后(channel_first和channel_last)
- 10-18OpenCV官方教程学习----Core moudle----图片访问
- 10-18opencv 图片缩放
- 10-18判断图片的类型(图片是data类型 )
- 10-18插入一行数据简要流程
- 10-18js、html前端pc端根据url点击下载图片