python-resize-image takes as first argument a `PIL.Image` and then `size` argument which can be a single integer or tuple of two integers. In the following example, we open an image, crop it and save as new file: ```python from PIL import Image from resiz