bounds = (int(left), int(top), int(width - right), int(height - bottom))
image = image.crop(bounds)
image.load()
return image
bounds = (int(left), int(top), int(width - right), int(height - bottom))
image = image.crop(bounds)
image.load()
return image