How to return the rest of the image after cropping

后端 未结 0 2015
北恋
北恋 2020-12-25 08:25

I am using PIL to crop an image with this function:

def crop(logo):
    im1 = logo.crop((0,20,50,20))
    return im1

Very simple and small. B

相关标签:
回答
  • 消灭零回复
提交回复
热议问题