I have the following code:
def resizeImg(img, width, height): outerImg = img(width=width, height=height, background=Color("WHITE")) outerImg