For me it works as: import Image image=Image.open('L_2d.png') imageBox = image.getbbox() cropped=image.crop(imageBox) cropped.save('L_2d_cropped.png') When ...
確定! 回上一頁