SyntaxFix
Write A Post
Hire A Developer
Questions
There is a crop() method:
crop()
w, h = yourImage.size yourImage.crop((0, 30, w, h-30)).save(...)