Fifth commit
This commit is contained in:
@@ -28,7 +28,7 @@ def imgCut(path, left, upper, right, lower):
|
||||
# print(img.size) Picture Size
|
||||
part = (left, upper, right, lower) # 设置剪切的大小
|
||||
|
||||
# 剪切函数的调用
|
||||
# 函数的调用
|
||||
cut_img = img.crop(part)
|
||||
|
||||
# 展示图片
|
||||
|
Reference in New Issue
Block a user