I = imread('1.png'); b = imcrop(I,[88,66,1024,768]); imshow(I); imshow(b); imwrite(b,'1-1.png') 原图 裁剪后