I am cropping an image using python PIL. Say my image is as such: This is the simple code snippet I use for cropping: The result of this is: I want to scale out this cropped image keeping the aspect ratio (proportionate width and height) same by say 20% to look something like this without exceeding the image dimensions. How