File size: 66 Bytes
6a20b7b
 
 
1
2
3
import cv2
a=cv2.imread('0.jpg')
cv2.imwrite('aaa.jpg',a[50:,20:])