2021
02-20
02-20
python 实现图片裁剪小工具
完整项目地址下载:https://github.com/rainbow-tan/rainbow/tree/master/%E8%A3%81%E5%89%AA%E5%9B%BE%E7%89%87实现:tkinter 画布上显示图片,按下鼠标左键并且移动,实现截图#-*-encoding=utf-8-*-importosimporttkinterastkfromPILimportImagefromPILimportImageTkleft_mouse_down_x=0left_mouse_down_y=0left_mouse_up_x=0left_mouse_up_y=0sole_rectangle=Nonedefleft_mouse_down(event):#p...
继续阅读 >